Searched refs:inet_shutdown (Results 1 – 14 of 14) sorted by relevance
| /linux/include/net/ |
| A D | inet_common.h | 34 int inet_shutdown(struct socket *sock, int how);
|
| /linux/net/ipv4/ |
| A D | af_inet.c | 859 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() function 913 EXPORT_SYMBOL(inet_shutdown); 1033 .shutdown = inet_shutdown, 1067 .shutdown = inet_shutdown, 1099 .shutdown = inet_shutdown,
|
| /linux/net/ipv6/ |
| A D | af_inet6.c | 681 .shutdown = inet_shutdown, /* ok */ 714 .shutdown = inet_shutdown, /* ok */
|
| A D | raw.c | 1325 .shutdown = inet_shutdown, /* ok */
|
| /linux/net/l2tp/ |
| A D | l2tp_ip.c | 620 .shutdown = inet_shutdown,
|
| A D | l2tp_ip6.c | 747 .shutdown = inet_shutdown,
|
| /linux/net/dccp/ |
| A D | ipv4.c | 998 .shutdown = inet_shutdown,
|
| A D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
| /linux/net/sctp/ |
| A D | ipv6.c | 1080 .shutdown = inet_shutdown,
|
| A D | protocol.c | 1126 .shutdown = inet_shutdown, /* Looks harmless. */
|
| /linux/net/mptcp/ |
| A D | protocol.c | 3471 .shutdown = inet_shutdown, 3566 .shutdown = inet_shutdown,
|
| /linux/ |
| A D | vmlinux.symvers | 4577 0x00000000 inet_shutdown vmlinux EXPORT_SYMBOL
|
| A D | System.map | 53475 ffff800010e6f530 T inet_shutdown
|
| A D | .tmp_System.map | 53475 ffff800010e6f530 T inet_shutdown
|
Completed in 1010 milliseconds