Searched refs:inet_shutdown (Results 1 – 11 of 11) sorted by relevance
/net/ipv4/ |
D | af_inet.c | 796 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 849 EXPORT_SYMBOL(inet_shutdown); 933 .shutdown = inet_shutdown, 961 .shutdown = inet_shutdown, 992 .shutdown = inet_shutdown,
|
/net/ipv6/ |
D | af_inet6.c | 540 .shutdown = inet_shutdown, /* ok */ 566 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1312 .shutdown = inet_shutdown, /* ok */
|
/net/l2tp/ |
D | l2tp_ip.c | 619 .shutdown = inet_shutdown,
|
D | l2tp_ip6.c | 748 .shutdown = inet_shutdown,
|
D | l2tp_core.c | 1338 inet_shutdown(sock, 2); in l2tp_tunnel_del_work()
|
D | l2tp_ppp.c | 460 inet_shutdown(sock, 2); in pppol2tp_session_close()
|
/net/dccp/ |
D | ipv4.c | 1010 .shutdown = inet_shutdown,
|
D | ipv6.c | 1119 .shutdown = inet_shutdown,
|
/net/sctp/ |
D | ipv6.c | 972 .shutdown = inet_shutdown,
|
D | protocol.c | 1003 .shutdown = inet_shutdown, /* Looks harmless. */
|