Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/include/net/ |
D | inet_common.h | 41 int inet_shutdown(struct socket *sock, int how);
|
/Linux-v6.6/net/ipv4/ |
D | af_inet.c | 886 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 940 EXPORT_SYMBOL(inet_shutdown); 1060 .shutdown = inet_shutdown, 1094 .shutdown = inet_shutdown, 1126 .shutdown = inet_shutdown,
|
/Linux-v6.6/net/ipv6/ |
D | af_inet6.c | 694 .shutdown = inet_shutdown, /* ok */ 727 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1288 .shutdown = inet_shutdown, /* ok */
|
/Linux-v6.6/net/l2tp/ |
D | l2tp_ip.c | 621 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 746 .shutdown = inet_shutdown,
|
/Linux-v6.6/net/dccp/ |
D | ipv4.c | 1006 .shutdown = inet_shutdown,
|
D | ipv6.c | 1085 .shutdown = inet_shutdown,
|
/Linux-v6.6/net/sctp/ |
D | ipv6.c | 1091 .shutdown = inet_shutdown,
|
D | protocol.c | 1131 .shutdown = inet_shutdown, /* Looks harmless. */
|
/Linux-v6.6/net/mptcp/ |
D | protocol.c | 3944 .shutdown = inet_shutdown, 4042 .shutdown = inet_shutdown,
|