Home
last modified time | relevance | path

Searched refs:inet_csk_accept (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sk_storage_tracing.c86 SEC("fexit/inet_csk_accept")
87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG()
/kernel/linux/linux-5.10/include/net/
H A Dinet_connection_sock.h311 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
/kernel/linux/linux-6.6/include/net/
H A Dinet_connection_sock.h253 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_connection_sock.c468 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function
551 EXPORT_SYMBOL(inet_csk_accept); variable
H A Dtcp_ipv4.c2808 .accept = inet_csk_accept,
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c657 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function
744 EXPORT_SYMBOL(inet_csk_accept); variable
H A Dtcp_ipv4.c3113 .accept = inet_csk_accept,
/kernel/linux/linux-5.10/net/dccp/
H A Dipv4.c955 .accept = inet_csk_accept,
H A Dipv6.c1038 .accept = inet_csk_accept,
/kernel/linux/linux-6.6/net/dccp/
H A Dipv4.c971 .accept = inet_csk_accept,
H A Dipv6.c1052 .accept = inet_csk_accept,
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip.c2236 newsk = inet_csk_accept(sk, flags, err, kern); in ninet_csk_accept()
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c2133 .accept = inet_csk_accept,
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c2134 newsk = inet_csk_accept(listener->sk, flags, err, kern); in mptcp_accept()
/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c2147 .accept = inet_csk_accept,
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c3337 newsk = inet_csk_accept(ssk, flags, err, kern); in mptcp_accept()

Completed in 35 milliseconds