Searched refs:inet_shutdown (Results 1 – 9 of 9) sorted by relevance
/net/ipv4/ |
D | af_inet.c | 851 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 905 EXPORT_SYMBOL(inet_shutdown); 1000 .shutdown = inet_shutdown, 1036 .shutdown = inet_shutdown, 1069 .shutdown = inet_shutdown,
|
/net/ipv6/ |
D | af_inet6.c | 628 .shutdown = inet_shutdown, /* ok */ 662 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1375 .shutdown = inet_shutdown, /* ok */
|
/net/l2tp/ |
D | l2tp_ip.c | 634 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 766 .shutdown = inet_shutdown,
|
/net/dccp/ |
D | ipv4.c | 995 .shutdown = inet_shutdown,
|
D | ipv6.c | 1082 .shutdown = inet_shutdown,
|
/net/sctp/ |
D | ipv6.c | 1032 .shutdown = inet_shutdown,
|
D | protocol.c | 1038 .shutdown = inet_shutdown, /* Looks harmless. */
|