Searched refs:inet_accept (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/net/ |
D | inet_common.h | 23 int inet_accept(struct socket *sock, struct socket *newsock, int flags);
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 666 int inet_accept(struct socket *sock, struct socket *newsock, int flags) in inet_accept() function 690 EXPORT_SYMBOL(inet_accept); 906 .accept = inet_accept,
|
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 519 .accept = inet_accept, /* ok */
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 998 .accept = inet_accept,
|
D | ipv6.c | 1064 .accept = inet_accept,
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 940 .accept = inet_accept,
|
D | protocol.c | 1000 .accept = inet_accept,
|