Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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.c1009 if (!sock_flag(ax25->sk, SOCK_DESTROY)) in ax25_release()
1042 sock_set_flag(sk, SOCK_DESTROY); in ax25_release()
/kernel/linux/linux-6.6/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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsock_diag.h10 #define SOCK_DESTROY 21 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsock_diag.h8 #define SOCK_DESTROY 21 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsock_diag.h8 #define SOCK_DESTROY 21 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsock_diag.h23 #define SOCK_DESTROY 21 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsock_diag.h23 #define SOCK_DESTROY 21 macro
/kernel/linux/linux-5.10/net/core/
H A 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()
/kernel/linux/linux-6.6/net/core/
H A Dsock_diag.c239 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy) in __sock_diag_cmd()
268 case SOCK_DESTROY: in sock_diag_rcv_msg()
/kernel/linux/linux-5.10/net/x25/
H A Dx25_timer.c106 if (sock_flag(sk, SOCK_DESTROY) || in x25_heartbeat_expiry()
/kernel/linux/linux-6.6/net/x25/
H A Dx25_timer.c106 if (sock_flag(sk, SOCK_DESTROY) || in x25_heartbeat_expiry()
/kernel/linux/linux-5.10/security/selinux/
H A Dnlmsgtab.c98 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
/kernel/linux/linux-5.10/net/rose/
H A Drose_timer.c129 if (sock_flag(sk, SOCK_DESTROY) || in rose_heartbeat_expiry()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/rose/
H A Drose_timer.c129 if (sock_flag(sk, SOCK_DESTROY) || in rose_heartbeat_expiry()
/kernel/linux/linux-6.6/security/selinux/
H A Dnlmsgtab.c103 { SOCK_DESTROY, NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE },
/kernel/linux/linux-6.6/net/netrom/
H A Dnr_timer.c122 if (sock_flag(sk, SOCK_DESTROY) || in nr_heartbeat_expiry()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_diag.c614 } else if (cmd == SOCK_DESTROY && handler->destroy) { in inet_diag_cmd_exact()

Completed in 16 milliseconds

12