Searched refs:bpf_sk_reuseport_detach (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/bpf/
H A Dreuseport_array.c22 void bpf_sk_reuseport_detach(struct sock *sk) function
103 * bpf_sk_reuseport_detach() which was triggered by
106 * This function and bpf_sk_reuseport_detach() are
110 * The only concern here is bpf_sk_reuseport_detach()
112 * bpf_sk_reuseport_detach() access this "array"
/linux-master/net/core/
H A Dsock_reuseport.c448 bpf_sk_reuseport_detach(sk);
481 bpf_sk_reuseport_detach(sk);
/linux-master/include/linux/
H A Dbpf.h3132 void bpf_sk_reuseport_detach(struct sock *sk);
3138 static inline void bpf_sk_reuseport_detach(struct sock *sk) function

Completed in 147 milliseconds