Searched refs:SOCK_DESTROY (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsock_diag.h8 #define SOCK_DESTROY 21 macro
/linux-master/net/ax25/
H A Dax25_std_timer.c41 if (!sk || sock_flag(sk, SOCK_DESTROY) ||
146 if (!sock_flag(ax25->sk, SOCK_DESTROY))
H A Dax25_ds_timer.c104 if (!sk || sock_flag(sk, SOCK_DESTROY) ||
214 if (!sock_flag(ax25->sk, SOCK_DESTROY))
H A Dax25_subr.c271 if (ax25->sk && !sock_flag(ax25->sk, SOCK_DESTROY))
H A Daf_ax25.c1016 if (!sock_flag(ax25->sk, SOCK_DESTROY))
1049 sock_set_flag(sk, SOCK_DESTROY);
/linux-master/net/x25/
H A Dx25_timer.c106 if (sock_flag(sk, SOCK_DESTROY) ||
H A Daf_x25.c656 sock_set_flag(sk, SOCK_DESTROY);
/linux-master/net/core/
H A Dsock_diag.c252 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy)
288 case SOCK_DESTROY:
/linux-master/net/rose/
H A Drose_timer.c129 if (sock_flag(sk, SOCK_DESTROY) ||
H A Daf_rose.c678 sock_set_flag(sk, SOCK_DESTROY);
/linux-master/net/netrom/
H A Dnr_timer.c122 if (sock_flag(sk, SOCK_DESTROY) ||
H A Daf_netrom.c550 sock_set_flag(sk, SOCK_DESTROY);
/linux-master/security/selinux/
H A Dnlmsgtab.c103 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
/linux-master/net/ipv4/
H A Dinet_diag.c627 } else if (cmd == SOCK_DESTROY && handler->destroy) {
/linux-master/include/net/
H A Dsock.h921 SOCK_DESTROY, enumerator in enum:sock_flags

Completed in 537 milliseconds