Searched refs:inet_shutdown (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/include/net/ |
D | inet_common.h | 34 int inet_shutdown(struct socket *sock, int how);
|
/Linux-v5.10/net/ipv4/ |
D | af_inet.c | 857 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 911 EXPORT_SYMBOL(inet_shutdown); 1032 .shutdown = inet_shutdown, 1066 .shutdown = inet_shutdown, 1097 .shutdown = inet_shutdown,
|
/Linux-v5.10/net/ipv6/ |
D | af_inet6.c | 676 .shutdown = inet_shutdown, /* ok */ 709 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1322 .shutdown = inet_shutdown, /* ok */
|
/Linux-v5.10/net/l2tp/ |
D | l2tp_ip.c | 620 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 747 .shutdown = inet_shutdown,
|
/Linux-v5.10/net/dccp/ |
D | ipv4.c | 989 .shutdown = inet_shutdown,
|
D | ipv6.c | 1065 .shutdown = inet_shutdown,
|
/Linux-v5.10/net/sctp/ |
D | ipv6.c | 1028 .shutdown = inet_shutdown,
|
D | protocol.c | 1032 .shutdown = inet_shutdown, /* Looks harmless. */
|