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