Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/unix/
A Dunix_bpf.c105 prot->close = sock_map_close; in unix_dgram_bpf_rebuild_protos()
114 prot->close = sock_map_close; in unix_stream_bpf_rebuild_protos()
/linux-6.3-rc2/net/ipv4/
A Dudp_bpf.c117 prot->close = sock_map_close; in udp_bpf_rebuild_protos()
A Dtcp_bpf.c558 prot[TCP_BPF_BASE].close = sock_map_close; in tcp_bpf_rebuild_protos()
/linux-6.3-rc2/net/core/
A Dsock_map.c204 if (sk->sk_prot->close != sock_map_close) { in sock_map_psock_get_checked()
1609 void sock_map_close(struct sock *sk, long timeout) in sock_map_close() function
1633 if (WARN_ON_ONCE(saved_close == sock_map_close)) in sock_map_close()
1637 EXPORT_SYMBOL_GPL(sock_map_close);
/linux-6.3-rc2/include/linux/
A Dbpf.h2581 void sock_map_close(struct sock *sk, long timeout);

Completed in 19 milliseconds