Searched refs:SEC_XDP_FRAGS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 370 SEC_XDP_FRAGS = 16, enumerator 6836 if (prog->type == BPF_PROG_TYPE_XDP && (def & SEC_XDP_FRAGS)) in libbpf_prepare_prog_load() 8825 SEC_DEF("xdp.frags/devmap", XDP, BPF_XDP_DEVMAP, SEC_XDP_FRAGS), 8827 SEC_DEF("xdp.frags/cpumap", XDP, BPF_XDP_CPUMAP, SEC_XDP_FRAGS), 8829 SEC_DEF("xdp.frags", XDP, BPF_XDP, SEC_XDP_FRAGS),
|