Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_storage_tracing.c87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG() argument
/openbmc/linux/include/net/
H A Dinet_connection_sock.h254 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c660 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function
747 EXPORT_SYMBOL(inet_csk_accept);
H A Dtcp_ipv4.c3128 .accept = inet_csk_accept,
/openbmc/linux/net/dccp/
H A Dipv4.c974 .accept = inet_csk_accept,
H A Dipv6.c1055 .accept = inet_csk_accept,
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c2144 .accept = inet_csk_accept,
/openbmc/linux/net/mptcp/
H A Dprotocol.c3899 newsk = inet_csk_accept(ssk, flags, &err, kern); in mptcp_stream_accept()