Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
| /linux/include/net/ |
| A D | inet_common.h | 41 int inet_shutdown(struct socket *sock, int how);
|
| /linux/net/ipv4/ |
| A D | af_inet.c | 893 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 947 EXPORT_SYMBOL(inet_shutdown); 1067 .shutdown = inet_shutdown, 1102 .shutdown = inet_shutdown, 1134 .shutdown = inet_shutdown,
|
| /linux/net/ipv6/ |
| A D | af_inet6.c | 700 .shutdown = inet_shutdown, /* ok */ 734 .shutdown = inet_shutdown, /* ok */
|
| A D | raw.c | 1294 .shutdown = inet_shutdown, /* ok */
|
| /linux/net/l2tp/ |
| A D | l2tp_ip.c | 646 .shutdown = inet_shutdown,
|
| A D | l2tp_ip6.c | 775 .shutdown = inet_shutdown,
|
| /linux/net/dccp/ |
| A D | ipv4.c | 1011 .shutdown = inet_shutdown,
|
| A D | ipv6.c | 1090 .shutdown = inet_shutdown,
|
| /linux/net/sctp/ |
| A D | ipv6.c | 1097 .shutdown = inet_shutdown,
|
| A D | protocol.c | 1132 .shutdown = inet_shutdown, /* Looks harmless. */
|
| /linux/net/mptcp/ |
| A D | protocol.c | 4087 .shutdown = inet_shutdown, 4186 .shutdown = inet_shutdown,
|
Completed in 33 milliseconds