Home
last modified time | relevance | path

Searched refs:BPF_LD_ABS (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
Dsock_example.c49 BPF_LD_ABS(BPF_B, ETH_HLEN + offsetof(struct iphdr, protocol) /* R0 = ip->proto */), in test_sock()
Dbpf_insn.h109 #define BPF_LD_ABS(SIZE, IMM) \ macro