Searched refs:BPF_LD_ABS (Results 1 – 2 of 2) sorted by relevance
/samples/bpf/ | ||
D | sock_example.c | 49 BPF_LD_ABS(BPF_B, ETH_HLEN + offsetof(struct iphdr, protocol) /* R0 = ip->proto */), in test_sock() |
D | bpf_insn.h | 109 #define BPF_LD_ABS(SIZE, IMM) \ macro |