Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dsubflow.c2162 tcp_prot_override.diag_destroy = tcp_abort_override; in mptcp_subflow_init()
2209 tcpv6_prot_override.diag_destroy = tcp_abort_override; in mptcp_subflow_v6_init()
/linux/include/net/
H A Dsock.h1404 int (*diag_destroy)(struct sock *sk, int err); member
/linux/net/ipv6/
H A Dtcp_ipv6.c2306 .diag_destroy = tcp_abort,
/linux/net/ipv4/
H A Dudp.c3133 .diag_destroy = udp_abort,
H A Dtcp_ipv4.c3384 .diag_destroy = tcp_abort,
/linux/net/core/
H A Dfilter.c12550 if (!sk->sk_prot->diag_destroy || (sk->sk_protocol != IPPROTO_TCP && in bpf_sock_destroy()
12554 return sk->sk_prot->diag_destroy(sk, ECONNABORTED); in bpf_sock_destroy()