Searched refs:SOCK_DESTROY (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_std_timer.c | 41 if (!sk || sock_flag(sk, SOCK_DESTROY) || in ax25_std_heartbeat_expiry() 146 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_std_t1timer_expiry()
|
| H A D | ax25_ds_timer.c | 104 if (!sk || sock_flag(sk, SOCK_DESTROY) || in ax25_ds_heartbeat_expiry() 214 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_ds_t1_timeout()
|
| H A D | ax25_subr.c | 271 if (!ax25->sk || !sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_disconnect()
|
| H A D | af_ax25.c | 1009 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_release() 1042 sock_set_flag(sk, SOCK_DESTROY); in ax25_release()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | sock_diag.h | 8 #define SOCK_DESTROY 21 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | sock_diag.h | 8 #define SOCK_DESTROY 21 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sock_diag.h | 8 #define SOCK_DESTROY 21 macro
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock_diag.c | 235 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy) in __sock_diag_cmd() 264 case SOCK_DESTROY: in sock_diag_rcv_msg()
|
| /OK3568_Linux_fs/kernel/net/x25/ |
| H A D | x25_timer.c | 106 if (sock_flag(sk, SOCK_DESTROY) || in x25_heartbeat_expiry()
|
| H A D | af_x25.c | 660 sock_set_flag(sk, SOCK_DESTROY); in x25_release()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | nlmsgtab.c | 98 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
|
| /OK3568_Linux_fs/kernel/net/rose/ |
| H A D | rose_timer.c | 129 if (sock_flag(sk, SOCK_DESTROY) || in rose_heartbeat_expiry()
|
| H A D | af_rose.c | 643 sock_set_flag(sk, SOCK_DESTROY); in rose_release()
|
| /OK3568_Linux_fs/kernel/net/netrom/ |
| H A D | nr_timer.c | 122 if (sock_flag(sk, SOCK_DESTROY) || in nr_heartbeat_expiry()
|
| H A D | af_netrom.c | 545 sock_set_flag(sk, SOCK_DESTROY); in nr_release()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_diag.c | 614 } else if (cmd == SOCK_DESTROY && handler->destroy) { in inet_diag_cmd_exact()
|
| H A D | Kconfig | 462 Provides a SOCK_DESTROY operation that allows privileged processes
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sock.h | 887 SOCK_DESTROY, enumerator
|