Home
last modified time | relevance | path

Searched refs:inet_shutdown (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/include/net/
Dinet_common.h28 extern int inet_shutdown(struct socket *sock, int how);
/linux-3.4.99/net/ipv4/
Daf_inet.c790 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/
Daf_inet6.c527 .shutdown = inet_shutdown, /* ok */
553 .shutdown = inet_shutdown, /* ok */
Draw.c1329 .shutdown = inet_shutdown, /* ok */
/linux-3.4.99/net/l2tp/
Dl2tp_ip.c650 .shutdown = inet_shutdown,
Dl2tp_core.c1477 err = inet_shutdown(sock, 2); in l2tp_tunnel_delete()
/linux-3.4.99/net/dccp/
Dipv4.c998 .shutdown = inet_shutdown,
Dipv6.c1127 .shutdown = inet_shutdown,
/linux-3.4.99/net/sctp/
Dipv6.c922 .shutdown = inet_shutdown,
Dprotocol.c1028 .shutdown = inet_shutdown, /* Looks harmless. */