Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h3951 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
/linux/kernel/bpf/
H A Dsyscall.c5219 ret = bpf_xdp_link_attach(attr, prog); in link_create()
/linux/net/core/
H A Ddev.c9741 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_xdp_link_attach() function