Home
last modified time | relevance | path

Searched refs:bpf_xdp_link_attach (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h3958 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
/kernel/linux/linux-5.10/kernel/bpf/
H A Dsyscall.c4116 ret = bpf_xdp_link_attach(attr, prog); in link_create()
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h3969 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
/kernel/linux/linux-6.6/kernel/bpf/
H A Dsyscall.c4995 ret = bpf_xdp_link_attach(attr, prog); in link_create()
/kernel/linux/linux-5.10/net/core/
H A Ddev.c9398 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_xdp_link_attach() function
/kernel/linux/linux-6.6/net/core/
H A Ddev.c9514 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_xdp_link_attach() function

Completed in 52 milliseconds