Home
last modified time | relevance | path

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

/linux/net/unix/
H A Dunix_bpf.c108 prot->close = sock_map_close; in unix_dgram_bpf_rebuild_protos()
117 prot->close = sock_map_close; in unix_stream_bpf_rebuild_protos()
/linux/net/ipv4/
H A Dudp_bpf.c117 prot->close = sock_map_close; in udp_bpf_rebuild_protos()
H A Dtcp_bpf.c606 prot[TCP_BPF_BASE].close = sock_map_close; in tcp_bpf_rebuild_protos()
/linux/net/vmw_vsock/
H A Dvsock_bpf.c129 prot->close = sock_map_close; in vsock_bpf_rebuild_protos()
/linux/net/core/
H A Dsock_map.c204 if (sk->sk_prot->close != sock_map_close) { in sock_map_psock_get_checked()
1674 void sock_map_close(struct sock *sk, long timeout) in sock_map_close() function
1703 if (WARN_ON_ONCE(saved_close == sock_map_close)) in sock_map_close()
1707 EXPORT_SYMBOL_GPL(sock_map_close);
/linux/include/linux/
H A Dbpf.h3126 void sock_map_close(struct sock *sk, long timeout);