Searched refs:inet_shutdown (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_common.h | 34 int inet_shutdown(struct socket *sock, int how);
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | af_inet.c | 861 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 915 EXPORT_SYMBOL(inet_shutdown); 1035 .shutdown = inet_shutdown, 1069 .shutdown = inet_shutdown, 1100 .shutdown = inet_shutdown,
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | af_inet6.c | 677 .shutdown = inet_shutdown, /* ok */ 710 .shutdown = inet_shutdown, /* ok */
|
| H A D | raw.c | 1325 .shutdown = inet_shutdown, /* ok */
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ip.c | 620 .shutdown = inet_shutdown,
|
| H A D | l2tp_ip6.c | 748 .shutdown = inet_shutdown,
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv4.c | 991 .shutdown = inet_shutdown,
|
| H A D | ipv6.c | 1072 .shutdown = inet_shutdown,
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | ipv6.c | 1032 .shutdown = inet_shutdown,
|
| H A D | protocol.c | 1038 .shutdown = inet_shutdown, /* Looks harmless. */
|