Searched refs:inet_shutdown (Results 1 – 10 of 10) sorted by relevance
| /Linux-v4.19/include/net/ |
| D | inet_common.h | 31 int inet_shutdown(struct socket *sock, int how);
|
| /Linux-v4.19/net/ipv4/ |
| D | af_inet.c | 838 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 892 EXPORT_SYMBOL(inet_shutdown); 992 .shutdown = inet_shutdown, 1027 .shutdown = inet_shutdown, 1059 .shutdown = inet_shutdown,
|
| /Linux-v4.19/net/ipv6/ |
| D | af_inet6.c | 574 .shutdown = inet_shutdown, /* ok */ 607 .shutdown = inet_shutdown, /* ok */
|
| D | raw.c | 1359 .shutdown = inet_shutdown, /* ok */
|
| /Linux-v4.19/net/l2tp/ |
| D | l2tp_ip.c | 619 .shutdown = inet_shutdown,
|
| D | l2tp_ip6.c | 755 .shutdown = inet_shutdown,
|
| /Linux-v4.19/net/dccp/ |
| D | ipv4.c | 993 .shutdown = inet_shutdown,
|
| D | ipv6.c | 1076 .shutdown = inet_shutdown,
|
| /Linux-v4.19/net/sctp/ |
| D | ipv6.c | 1032 .shutdown = inet_shutdown,
|
| D | protocol.c | 1030 .shutdown = inet_shutdown, /* Looks harmless. */
|