Home
last modified time | relevance | path

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

/linux/net/ax25/
H A 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()
H A 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()
H A Dax25_subr.c271 if (ax25->sk && !sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_disconnect()
H A Daf_ax25.c1016 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_release()
1049 sock_set_flag(sk, SOCK_DESTROY); in ax25_release()
/linux/include/uapi/linux/
H A Dsock_diag.h8 #define SOCK_DESTROY 21 macro
/linux/net/core/
H A Dsock_diag.c250 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy) in __sock_diag_cmd()
286 case SOCK_DESTROY: in sock_diag_rcv_msg()
/linux/net/x25/
H A Dx25_timer.c106 if (sock_flag(sk, SOCK_DESTROY) || in x25_heartbeat_expiry()
H A Daf_x25.c656 sock_set_flag(sk, SOCK_DESTROY); in x25_release()
/linux/security/selinux/
H A Dnlmsgtab.c103 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
/linux/net/rose/
H A Drose_timer.c129 if (sock_flag(sk, SOCK_DESTROY) || in rose_heartbeat_expiry()
H A Daf_rose.c678 sock_set_flag(sk, SOCK_DESTROY); in rose_release()
/linux/net/netrom/
H A Dnr_timer.c122 if (sock_flag(sk, SOCK_DESTROY) || in nr_heartbeat_expiry()
H A Daf_netrom.c550 sock_set_flag(sk, SOCK_DESTROY); in nr_release()
/linux/net/ipv4/
H A Dinet_diag.c629 } else if (cmd == SOCK_DESTROY && handler->destroy) { in inet_diag_cmd_exact()
H A DKconfig461 Provides a SOCK_DESTROY operation that allows privileged processes
/linux/include/net/
H A Dsock.h930 SOCK_DESTROY, enumerator