Searched refs:BPF_LD_ABS (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/samples/bpf/ |
| D | sock_example.c | 45 BPF_LD_ABS(BPF_B, ETH_HLEN + offsetof(struct iphdr, protocol) /* R0 = ip->proto */), in test_sock()
|
| D | libbpf.h | 117 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
| /linux-4.4.14/tools/include/linux/ |
| D | filter.h | 133 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
| /linux-4.4.14/lib/ |
| D | test_bpf.c | 401 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_ld_abs_vlan_push_pop() 414 insn[i++] = BPF_LD_ABS(BPF_B, 0); in bpf_fill_ld_abs_vlan_push_pop() 1750 BPF_LD_ABS(BPF_B, 3), 1754 BPF_LD_ABS(BPF_B, 4), 1768 BPF_LD_ABS(BPF_B, 3), 2128 BPF_LD_ABS(BPF_H, 12), 2130 BPF_LD_ABS(BPF_H, 12), 2143 BPF_LD_ABS(BPF_H, 12),
|
| /linux-4.4.14/include/linux/ |
| D | filter.h | 174 #define BPF_LD_ABS(SIZE, IMM) \ macro
|
| /linux-4.4.14/net/core/ |
| D | filter.c | 514 *insn++ = BPF_LD_ABS(BPF_B, fp->k); in bpf_convert_filter()
|