Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Dunix_bpf.c102 prot->close = sock_map_close; in unix_dgram_bpf_rebuild_protos()
111 prot->close = sock_map_close; in unix_stream_bpf_rebuild_protos()
/linux-6.1.9/net/ipv4/
Dudp_bpf.c114 prot->close = sock_map_close; in udp_bpf_rebuild_protos()
Dtcp_bpf.c551 prot[TCP_BPF_BASE].close = sock_map_close; in tcp_bpf_rebuild_protos()
/linux-6.1.9/net/core/
Dsock_map.c204 if (sk->sk_prot->close != sock_map_close) { in sock_map_psock_get_checked()
1607 void sock_map_close(struct sock *sk, long timeout) in sock_map_close() function
1630 EXPORT_SYMBOL_GPL(sock_map_close);
/linux-6.1.9/include/linux/
Dbpf.h2403 void sock_map_close(struct sock *sk, long timeout);