Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_connection_sock.h259 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err);
/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c294 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err) in inet_csk_accept() function
355 EXPORT_SYMBOL(inet_csk_accept);
Dtcp_ipv4.c2347 .accept = inet_csk_accept,
/linux-4.1.27/net/dccp/
Dipv4.c966 .accept = inet_csk_accept,
Dipv6.c1034 .accept = inet_csk_accept,
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1838 .accept = inet_csk_accept,