Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/include/net/ |
D | inet_common.h | 40 int inet_shutdown(struct socket *sock, int how);
|
/linux-6.1.9/net/ipv4/ |
D | af_inet.c | 869 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 923 EXPORT_SYMBOL(inet_shutdown); 1043 .shutdown = inet_shutdown, 1078 .shutdown = inet_shutdown, 1110 .shutdown = inet_shutdown,
|
/linux-6.1.9/net/ipv6/ |
D | af_inet6.c | 704 .shutdown = inet_shutdown, /* ok */ 738 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1295 .shutdown = inet_shutdown, /* ok */
|
/linux-6.1.9/net/l2tp/ |
D | l2tp_ip.c | 622 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 750 .shutdown = inet_shutdown,
|
/linux-6.1.9/net/dccp/ |
D | ipv4.c | 1005 .shutdown = inet_shutdown,
|
D | ipv6.c | 1084 .shutdown = inet_shutdown,
|
/linux-6.1.9/net/sctp/ |
D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
D | protocol.c | 1126 .shutdown = inet_shutdown, /* Looks harmless. */
|
/linux-6.1.9/net/mptcp/ |
D | protocol.c | 3825 .shutdown = inet_shutdown, 3920 .shutdown = inet_shutdown,
|