Searched refs:inet_shutdown (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | inet_common.h | 29 extern int inet_shutdown(struct socket *sock, int how);
|
/linux-2.4.37.9/net/ipv6/ |
D | af_inet6.c | 482 shutdown: inet_shutdown, /* ok */ 503 shutdown: inet_shutdown, /* ok */ 524 shutdown: inet_shutdown, /* ok */
|
/linux-2.4.37.9/net/ipv4/ |
D | af_inet.c | 761 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/ |
D | netsyms.c | 313 EXPORT_SYMBOL(inet_shutdown);
|
/linux-2.4.37.9/net/sctp/ |
D | protocol.c | 842 .shutdown = inet_shutdown, /* Looks harmless. */
|
D | ipv6.c | 899 .shutdown = inet_shutdown,
|