Searched refs:inet_shutdown (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/net/ |
D | inet_common.h | 29 int inet_shutdown(struct socket *sock, int how);
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 775 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 828 EXPORT_SYMBOL(inet_shutdown); 912 .shutdown = inet_shutdown, 940 .shutdown = inet_shutdown, 971 .shutdown = inet_shutdown,
|
/linux-4.4.14/net/ipv6/ |
D | af_inet6.c | 527 .shutdown = inet_shutdown, /* ok */ 553 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1313 .shutdown = inet_shutdown, /* ok */
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 593 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 744 .shutdown = inet_shutdown,
|
D | l2tp_core.c | 1335 inet_shutdown(sock, 2); in l2tp_tunnel_del_work()
|
D | l2tp_ppp.c | 458 inet_shutdown(sock, 2); in pppol2tp_session_close()
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 983 .shutdown = inet_shutdown,
|
D | ipv6.c | 1033 .shutdown = inet_shutdown,
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 954 .shutdown = inet_shutdown,
|
D | protocol.c | 1025 .shutdown = inet_shutdown, /* Looks harmless. */
|