Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | inet_common.h | 41 int inet_shutdown(struct socket *sock, int how);
|
| /linux-6.15/net/ipv4/ |
| H A D | af_inet.c | 891 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 945 EXPORT_SYMBOL(inet_shutdown); 1065 .shutdown = inet_shutdown, 1100 .shutdown = inet_shutdown, 1132 .shutdown = inet_shutdown,
|
| /linux-6.15/net/ipv6/ |
| H A D | af_inet6.c | 698 .shutdown = inet_shutdown, /* ok */ 732 .shutdown = inet_shutdown, /* ok */
|
| H A D | raw.c | 1286 .shutdown = inet_shutdown, /* ok */
|
| /linux-6.15/net/l2tp/ |
| H A D | l2tp_ip.c | 639 .shutdown = inet_shutdown,
|
| H A D | l2tp_ip6.c | 769 .shutdown = inet_shutdown,
|
| /linux-6.15/net/dccp/ |
| H A D | ipv4.c | 1007 .shutdown = inet_shutdown,
|
| H A D | ipv6.c | 1083 .shutdown = inet_shutdown,
|
| /linux-6.15/net/sctp/ |
| H A D | ipv6.c | 1097 .shutdown = inet_shutdown,
|
| H A D | protocol.c | 1147 .shutdown = inet_shutdown, /* Looks harmless. */
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 3969 .shutdown = inet_shutdown, 4070 .shutdown = inet_shutdown,
|