Searched refs:sock_no_shutdown (Results 1 – 25 of 26) sorted by relevance
12
| /linux/crypto/ |
| H A D | algif_rng.c | 172 .shutdown = sock_no_shutdown, 190 .shutdown = sock_no_shutdown,
|
| H A D | algif_aead.c | 279 .shutdown = sock_no_shutdown, 357 .shutdown = sock_no_shutdown,
|
| H A D | algif_hash.c | 284 .shutdown = sock_no_shutdown, 373 .shutdown = sock_no_shutdown,
|
| H A D | algif_skcipher.c | 259 .shutdown = sock_no_shutdown, 337 .shutdown = sock_no_shutdown,
|
| H A D | af_alg.c | 485 .shutdown = sock_no_shutdown,
|
| /linux/net/nfc/ |
| H A D | rawsock.c | 291 .shutdown = sock_no_shutdown, 309 .shutdown = sock_no_shutdown,
|
| H A D | llcp_sock.c | 931 .shutdown = sock_no_shutdown, 951 .shutdown = sock_no_shutdown,
|
| /linux/net/bluetooth/bnep/ |
| H A D | sock.c | 185 .shutdown = sock_no_shutdown,
|
| /linux/net/bluetooth/hidp/ |
| H A D | sock.c | 236 .shutdown = sock_no_shutdown,
|
| /linux/net/phonet/ |
| H A D | socket.c | 445 .shutdown = sock_no_shutdown, 463 .shutdown = sock_no_shutdown,
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 1756 .shutdown = sock_no_shutdown, 1777 .shutdown = sock_no_shutdown,
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 640 .shutdown = sock_no_shutdown,
|
| /linux/net/qrtr/ |
| H A D | af_qrtr.c | 1244 .shutdown = sock_no_shutdown,
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 1653 .shutdown = sock_no_shutdown,
|
| /linux/net/x25/ |
| H A D | af_x25.c | 1754 .shutdown = sock_no_shutdown,
|
| /linux/net/can/ |
| H A D | bcm.c | 1790 .shutdown = sock_no_shutdown,
|
| H A D | isotp.c | 1719 .shutdown = sock_no_shutdown,
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 1905 .shutdown = sock_no_shutdown,
|
| /linux/net/core/ |
| H A D | sock.c | 3535 int sock_no_shutdown(struct socket *sock, int how) in sock_no_shutdown() function 3539 EXPORT_SYMBOL(sock_no_shutdown);
|
| /linux/net/bluetooth/ |
| H A D | hci_sock.c | 2186 .shutdown = sock_no_shutdown,
|
| /linux/net/xdp/ |
| H A D | xsk.c | 1953 .shutdown = sock_no_shutdown,
|
| /linux/net/packet/ |
| H A D | af_packet.c | 4658 .shutdown = sock_no_shutdown, 4677 .shutdown = sock_no_shutdown,
|
| /linux/drivers/block/ |
| H A D | nbd.c | 1231 if (sock->ops->shutdown == sock_no_shutdown) { in nbd_get_socket()
|
| /linux/include/net/ |
| H A D | sock.h | 1949 int sock_no_shutdown(struct socket *, int);
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2819 .shutdown = sock_no_shutdown,
|
12