Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dinet_common.h29 extern int inet_shutdown(struct socket *sock, int how);
/linux-2.4.37.9/net/ipv6/
Daf_inet6.c482 shutdown: inet_shutdown, /* ok */
503 shutdown: inet_shutdown, /* ok */
524 shutdown: inet_shutdown, /* ok */
/linux-2.4.37.9/net/ipv4/
Daf_inet.c761 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function
958 shutdown: inet_shutdown,
979 shutdown: inet_shutdown,
1000 shutdown: inet_shutdown,
/linux-2.4.37.9/net/
Dnetsyms.c313 EXPORT_SYMBOL(inet_shutdown);
/linux-2.4.37.9/net/sctp/
Dprotocol.c842 .shutdown = inet_shutdown, /* Looks harmless. */
Dipv6.c899 .shutdown = inet_shutdown,