Home
last modified time | relevance | path

Searched refs:diag_destroy (Results 1 – 9 of 9) sorted by relevance

/linux/net/mptcp/
H A Dsubflow.c2177 tcp_prot_override.diag_destroy = tcp_abort_override; in mptcp_subflow_init()
2224 tcpv6_prot_override.diag_destroy = tcp_abort_override; in mptcp_subflow_v6_init()
/linux/net/ipv4/
H A Draw.c973 .diag_destroy = raw_abort,
H A Dudp.c3174 .diag_destroy = udp_abort,
H A Dtcp_ipv4.c3397 .diag_destroy = tcp_abort,
/linux/net/ipv6/
H A Draw.c1232 .diag_destroy = raw_abort,
H A Dudp.c1941 .diag_destroy = udp_abort,
H A Dtcp_ipv6.c2327 .diag_destroy = tcp_abort,
/linux/include/net/
H A Dsock.h1404 int (*diag_destroy)(struct sock *sk, int err); member
/linux/net/core/
H A Dfilter.c12928 if (!sk->sk_prot->diag_destroy || (sk->sk_protocol != IPPROTO_TCP && in bpf_sock_destroy()
12932 return sk->sk_prot->diag_destroy(sk, ECONNABORTED); in bpf_sock_destroy()