Home
last modified time | relevance | path

Searched refs:inet_csk_accept (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkretprobe_maxactive.tc29 grep inet_csk_accept kprobe_events
34 grep inet_csk_accept kprobe_events
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_sk_storage_tracing.c87 int BPF_PROG(inet_csk_accept, struct sock *sk, struct proto_accept_arg *arg, in BPF_PROG() argument
/linux-6.15/include/net/
H A Dinet_connection_sock.h257 struct sock *inet_csk_accept(struct sock *sk, struct proto_accept_arg *arg);
/linux-6.15/net/ipv4/
H A Dinet_connection_sock.c662 struct sock *inet_csk_accept(struct sock *sk, struct proto_accept_arg *arg) in inet_csk_accept() function
751 EXPORT_SYMBOL(inet_csk_accept);
H A Dtcp_ipv4.c3366 .accept = inet_csk_accept,
/linux-6.15/net/dccp/
H A Dipv4.c972 .accept = inet_csk_accept,
H A Dipv6.c1050 .accept = inet_csk_accept,
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2331 .accept = inet_csk_accept,
/linux-6.15/net/mptcp/
H A Dprotocol.c3823 newsk = inet_csk_accept(ssk, arg); in mptcp_stream_accept()