Searched refs:SOCK_DESTROY (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/net/ax25/ |
| 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()
|
| 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()
|
| D | ax25_subr.c | 264 if (!ax25->sk || !sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_disconnect()
|
| D | af_ax25.c | 984 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_release() 1017 sock_set_flag(sk, SOCK_DESTROY); in ax25_release()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | sock_diag.h | 8 #define SOCK_DESTROY 21 macro
|
| /Linux-v5.4/net/core/ |
| D | sock_diag.c | 234 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy) in __sock_diag_cmd() 263 case SOCK_DESTROY: in sock_diag_rcv_msg()
|
| /Linux-v5.4/net/x25/ |
| D | x25_timer.c | 106 if (sock_flag(sk, SOCK_DESTROY) || in x25_heartbeat_expiry()
|
| D | af_x25.c | 660 sock_set_flag(sk, SOCK_DESTROY); in x25_release()
|
| /Linux-v5.4/security/selinux/ |
| D | nlmsgtab.c | 93 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
|
| /Linux-v5.4/net/rose/ |
| D | rose_timer.c | 129 if (sock_flag(sk, SOCK_DESTROY) || in rose_heartbeat_expiry()
|
| D | af_rose.c | 618 sock_set_flag(sk, SOCK_DESTROY); in rose_release()
|
| /Linux-v5.4/net/netrom/ |
| D | nr_timer.c | 122 if (sock_flag(sk, SOCK_DESTROY) || in nr_heartbeat_expiry()
|
| D | af_netrom.c | 523 sock_set_flag(sk, SOCK_DESTROY); in nr_release()
|
| /Linux-v5.4/net/ipv4/ |
| D | inet_diag.c | 519 else if (cmd == SOCK_DESTROY && handler->destroy) in inet_diag_cmd_exact()
|
| D | Kconfig | 437 Provides a SOCK_DESTROY operation that allows privileged processes
|
| /Linux-v5.4/include/net/ |
| D | sock.h | 791 SOCK_DESTROY, enumerator
|