Searched refs:inet_shutdown (Results 1 – 10 of 10) sorted by relevance
/net/ipv4/ |
D | af_inet.c | 870 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 924 EXPORT_SYMBOL(inet_shutdown); 1044 .shutdown = inet_shutdown, 1078 .shutdown = inet_shutdown, 1110 .shutdown = inet_shutdown,
|
/net/ipv6/ |
D | af_inet6.c | 699 .shutdown = inet_shutdown, /* ok */ 732 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1328 .shutdown = inet_shutdown, /* ok */
|
/net/l2tp/ |
D | l2tp_ip.c | 620 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 746 .shutdown = inet_shutdown,
|
/net/dccp/ |
D | ipv4.c | 1000 .shutdown = inet_shutdown,
|
D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
/net/sctp/ |
D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
D | protocol.c | 1127 .shutdown = inet_shutdown, /* Looks harmless. */
|
/net/mptcp/ |
D | protocol.c | 3497 .shutdown = inet_shutdown, 3592 .shutdown = inet_shutdown,
|