Searched refs:inet_shutdown (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/net/ |
D | inet_common.h | 29 int inet_shutdown(struct socket *sock, int how);
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 774 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 827 EXPORT_SYMBOL(inet_shutdown); 911 .shutdown = inet_shutdown, 939 .shutdown = inet_shutdown, 970 .shutdown = inet_shutdown,
|
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 524 .shutdown = inet_shutdown, /* ok */ 550 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1308 .shutdown = inet_shutdown, /* ok */
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 591 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 742 .shutdown = inet_shutdown,
|
D | l2tp_ppp.c | 458 inet_shutdown(sock, 2); in pppol2tp_session_close()
|
D | l2tp_core.c | 1335 inet_shutdown(sock, 2); in l2tp_tunnel_del_work()
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 1005 .shutdown = inet_shutdown,
|
D | ipv6.c | 1069 .shutdown = inet_shutdown,
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 945 .shutdown = inet_shutdown,
|
D | protocol.c | 1005 .shutdown = inet_shutdown, /* Looks harmless. */
|