Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dsockmap.c147 static void bpf_tcp_unhash(struct sock *sk);
189 prot[SOCKMAP_BASE].unhash = bpf_tcp_unhash; in build_protos()
370 static void bpf_tcp_unhash(struct sock *sk) in bpf_tcp_unhash() function