Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/include/net/ |
| D | inet_common.h | 34 int inet_shutdown(struct socket *sock, int how);
|
| /Linux-v5.15/net/ipv4/ |
| D | af_inet.c | 861 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 915 EXPORT_SYMBOL(inet_shutdown); 1035 .shutdown = inet_shutdown, 1069 .shutdown = inet_shutdown, 1101 .shutdown = inet_shutdown,
|
| /Linux-v5.15/net/ipv6/ |
| D | af_inet6.c | 680 .shutdown = inet_shutdown, /* ok */ 713 .shutdown = inet_shutdown, /* ok */
|
| D | raw.c | 1322 .shutdown = inet_shutdown, /* ok */
|
| /Linux-v5.15/net/l2tp/ |
| D | l2tp_ip.c | 620 .shutdown = inet_shutdown,
|
| D | l2tp_ip6.c | 747 .shutdown = inet_shutdown,
|
| /Linux-v5.15/net/dccp/ |
| D | ipv4.c | 998 .shutdown = inet_shutdown,
|
| D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
| /Linux-v5.15/net/sctp/ |
| D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
| D | protocol.c | 1127 .shutdown = inet_shutdown, /* Looks harmless. */
|
| /Linux-v5.15/net/mptcp/ |
| D | protocol.c | 3431 .shutdown = inet_shutdown, 3526 .shutdown = inet_shutdown,
|