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

/linux-master/include/linux/
H A Dnetdevice.h3968 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog);
/linux-master/kernel/bpf/
H A Dsyscall.c5247 ret = bpf_xdp_link_attach(attr, prog);
/linux-master/net/core/
H A Ddev.c9574 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) function

Completed in 148 milliseconds