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 D | kretprobe_maxactive.tc | 29 grep inet_csk_accept kprobe_events 34 grep inet_csk_accept kprobe_events
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_sk_storage_tracing.c | 87 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 D | inet_connection_sock.h | 257 struct sock *inet_csk_accept(struct sock *sk, struct proto_accept_arg *arg);
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_connection_sock.c | 662 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 D | tcp_ipv4.c | 3366 .accept = inet_csk_accept,
|
| /linux-6.15/net/dccp/ |
| H A D | ipv4.c | 972 .accept = inet_csk_accept,
|
| H A D | ipv6.c | 1050 .accept = inet_csk_accept,
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 2331 .accept = inet_csk_accept,
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 3823 newsk = inet_csk_accept(ssk, arg); in mptcp_stream_accept()
|