Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_common.h | 41 int inet_shutdown(struct socket *sock, int how);
|
/openbmc/linux/net/ipv4/ |
H A D | af_inet.c | 890 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 944 EXPORT_SYMBOL(inet_shutdown); 1064 .shutdown = inet_shutdown, 1098 .shutdown = inet_shutdown, 1130 .shutdown = inet_shutdown,
|
/openbmc/linux/net/ipv6/ |
H A D | af_inet6.c | 696 .shutdown = inet_shutdown, /* ok */ 729 .shutdown = inet_shutdown, /* ok */
|
H A D | raw.c | 1288 .shutdown = inet_shutdown, /* ok */
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ip.c | 621 .shutdown = inet_shutdown,
|
H A D | l2tp_ip6.c | 746 .shutdown = inet_shutdown,
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 1009 .shutdown = inet_shutdown,
|
H A D | ipv6.c | 1088 .shutdown = inet_shutdown,
|
/openbmc/linux/net/sctp/ |
H A D | ipv6.c | 1098 .shutdown = inet_shutdown,
|
H A D | protocol.c | 1131 .shutdown = inet_shutdown, /* Looks harmless. */
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 4051 .shutdown = inet_shutdown, 4150 .shutdown = inet_shutdown,
|