Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdevice.h4092 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
/Linux-v5.15/kernel/bpf/
Dsyscall.c4261 ret = bpf_xdp_link_attach(attr, prog); in link_create()
/Linux-v5.15/net/core/
Ddev.c9664 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_xdp_link_attach() function