Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | inet_common.h | 40 int inet_shutdown(struct socket *sock, int how);
|
/linux-6.3-rc2/net/ipv4/ |
A D | af_inet.c | 867 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 921 EXPORT_SYMBOL(inet_shutdown); 1041 .shutdown = inet_shutdown, 1076 .shutdown = inet_shutdown, 1108 .shutdown = inet_shutdown,
|
/linux-6.3-rc2/net/ipv6/ |
A D | af_inet6.c | 690 .shutdown = inet_shutdown, /* ok */ 724 .shutdown = inet_shutdown, /* ok */
|
A D | raw.c | 1295 .shutdown = inet_shutdown, /* ok */
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_ip.c | 622 .shutdown = inet_shutdown,
|
A D | l2tp_ip6.c | 748 .shutdown = inet_shutdown,
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv4.c | 1005 .shutdown = inet_shutdown,
|
A D | ipv6.c | 1082 .shutdown = inet_shutdown,
|
/linux-6.3-rc2/net/sctp/ |
A D | ipv6.c | 1091 .shutdown = inet_shutdown,
|
A D | protocol.c | 1132 .shutdown = inet_shutdown, /* Looks harmless. */
|
/linux-6.3-rc2/net/mptcp/ |
A D | protocol.c | 3813 .shutdown = inet_shutdown, 3908 .shutdown = inet_shutdown,
|
Completed in 28 milliseconds