Searched refs:BPF_XDP_DEVMAP (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/bpf/
H A Ddevmap.c881 if (prog->expected_attach_type != BPF_XDP_DEVMAP ||
/linux-master/include/uapi/linux/
H A Dbpf.h1095 BPF_XDP_DEVMAP, enumerator in enum:bpf_attach_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1095 BPF_XDP_DEVMAP, enumerator in enum:bpf_attach_type
/linux-master/net/bpf/
H A Dtest_run.c1167 if (prog->expected_attach_type == BPF_XDP_DEVMAP ||
/linux-master/tools/lib/bpf/
H A Dlibbpf.c121 [BPF_XDP_DEVMAP] = "xdp_devmap",
9287 SEC_DEF("xdp.frags/devmap", XDP, BPF_XDP_DEVMAP, SEC_XDP_FRAGS),
9288 SEC_DEF("xdp/devmap", XDP, BPF_XDP_DEVMAP, SEC_ATTACHABLE),
/linux-master/net/core/
H A Dfilter.c8964 if (prog->expected_attach_type != BPF_XDP_DEVMAP) {
H A Ddev.c9393 if (new_prog->expected_attach_type == BPF_XDP_DEVMAP) {
9394 NL_SET_ERR_MSG(extack, "BPF_XDP_DEVMAP programs can not be attached to a device");

Completed in 410 milliseconds