Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock_reuseport.h44 extern int reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog);
/openbmc/linux/net/core/
H A Dsock_reuseport.c684 int reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog) in reuseport_attach_prog() function
714 EXPORT_SYMBOL(reuseport_attach_prog);
H A Dfilter.c1559 err = reuseport_attach_prog(sk, prog); in sk_reuseport_attach_filter()
1629 err = reuseport_attach_prog(sk, prog); in sk_reuseport_attach_bpf()