Searched refs:inet_accept (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/net/ |
D | inet_common.h | 23 int inet_accept(struct socket *sock, struct socket *newsock, int flags);
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 667 int inet_accept(struct socket *sock, struct socket *newsock, int flags) in inet_accept() function 691 EXPORT_SYMBOL(inet_accept); 907 .accept = inet_accept,
|
/linux-4.4.14/net/ipv6/ |
D | af_inet6.c | 522 .accept = inet_accept, /* ok */
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 976 .accept = inet_accept,
|
D | ipv6.c | 1028 .accept = inet_accept,
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 949 .accept = inet_accept,
|
D | protocol.c | 1020 .accept = inet_accept,
|