Searched refs:BPF_ST_IMM (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 58 #define BPF_ST_IMM(reg, ins, type) \ macro 364 BPF_ST_IMM(reg, ins, uint8_t); in bpf_exec() 367 BPF_ST_IMM(reg, ins, uint16_t); in bpf_exec() 370 BPF_ST_IMM(reg, ins, uint32_t); in bpf_exec() 373 BPF_ST_IMM(reg, ins, uint64_t); in bpf_exec()
|