Home
last modified time | relevance | path

Searched refs:SOCK_DESTROY (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/net/ax25/
Dax25_std_timer.c41 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()
Dax25_ds_timer.c104 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()
Dax25_subr.c264 if (!ax25->sk || !sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_disconnect()
Daf_ax25.c987 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_release()
1020 sock_set_flag(sk, SOCK_DESTROY); in ax25_release()
/Linux-v5.15/include/uapi/linux/
Dsock_diag.h8 #define SOCK_DESTROY 21 macro
/Linux-v5.15/net/core/
Dsock_diag.c235 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy) in __sock_diag_cmd()
264 case SOCK_DESTROY: in sock_diag_rcv_msg()
/Linux-v5.15/net/x25/
Dx25_timer.c106 if (sock_flag(sk, SOCK_DESTROY) || in x25_heartbeat_expiry()
Daf_x25.c650 sock_set_flag(sk, SOCK_DESTROY); in x25_release()
/Linux-v5.15/net/rose/
Drose_timer.c129 if (sock_flag(sk, SOCK_DESTROY) || in rose_heartbeat_expiry()
Daf_rose.c640 sock_set_flag(sk, SOCK_DESTROY); in rose_release()
/Linux-v5.15/security/selinux/
Dnlmsgtab.c101 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
/Linux-v5.15/net/netrom/
Dnr_timer.c122 if (sock_flag(sk, SOCK_DESTROY) || in nr_heartbeat_expiry()
Daf_netrom.c545 sock_set_flag(sk, SOCK_DESTROY); in nr_release()
/Linux-v5.15/net/ipv4/
Dinet_diag.c619 } else if (cmd == SOCK_DESTROY && handler->destroy) { in inet_diag_cmd_exact()
DKconfig452 Provides a SOCK_DESTROY operation that allows privileged processes
/Linux-v5.15/include/net/
Dsock.h852 SOCK_DESTROY, enumerator