Searched refs:inet_shutdown (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/include/net/ |
D | inet_common.h | 28 extern int inet_shutdown(struct socket *sock, int how);
|
/linux-3.4.99/net/ipv4/ |
D | af_inet.c | 790 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 843 EXPORT_SYMBOL(inet_shutdown); 927 .shutdown = inet_shutdown, 955 .shutdown = inet_shutdown, 986 .shutdown = inet_shutdown,
|
/linux-3.4.99/net/ipv6/ |
D | af_inet6.c | 527 .shutdown = inet_shutdown, /* ok */ 553 .shutdown = inet_shutdown, /* ok */
|
D | raw.c | 1329 .shutdown = inet_shutdown, /* ok */
|
/linux-3.4.99/net/l2tp/ |
D | l2tp_ip.c | 650 .shutdown = inet_shutdown,
|
D | l2tp_core.c | 1477 err = inet_shutdown(sock, 2); in l2tp_tunnel_delete()
|
/linux-3.4.99/net/dccp/ |
D | ipv4.c | 998 .shutdown = inet_shutdown,
|
D | ipv6.c | 1127 .shutdown = inet_shutdown,
|
/linux-3.4.99/net/sctp/ |
D | ipv6.c | 922 .shutdown = inet_shutdown,
|
D | protocol.c | 1028 .shutdown = inet_shutdown, /* Looks harmless. */
|