Searched refs:data_meta (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_xdp_meta.c | 14 __u8 *data, *data_meta, *data_end; in ing_cls() local 17 data_meta = ctx_ptr(ctx, data_meta); in ing_cls() 22 data_meta + round_up(ETH_ALEN, 4) > data) in ing_cls() 25 diff |= ((__u32 *)data_meta)[0] ^ ((__u32 *)data)[0]; in ing_cls() 26 diff |= ((__u16 *)data_meta)[2] ^ ((__u16 *)data)[2]; in ing_cls() 34 __u8 *data, *data_meta, *data_end; in ing_xdp() local 41 data_meta = ctx_ptr(ctx, data_meta); in ing_xdp() 46 data_meta + round_up(ETH_ALEN, 4) > data) in ing_xdp() 49 __builtin_memcpy(data_meta, data, ETH_ALEN); in ing_xdp()
|
D | test_xdp_bpf2bpf.c | 26 void *data_meta; member
|
/tools/testing/selftests/bpf/verifier/ |
D | meta_access.c | 5 offsetof(struct xdp_md, data_meta)), 21 offsetof(struct xdp_md, data_meta)), 40 offsetof(struct xdp_md, data_meta)), 58 offsetof(struct xdp_md, data_meta)), 77 offsetof(struct xdp_md, data_meta)), 96 offsetof(struct xdp_md, data_meta)), 115 offsetof(struct xdp_md, data_meta)), 133 offsetof(struct xdp_md, data_meta)), 149 offsetof(struct xdp_md, data_meta)), 167 offsetof(struct xdp_md, data_meta)), [all …]
|
D | xdp_direct_packet_access.c | 757 offsetof(struct xdp_md, data_meta)), 774 offsetof(struct xdp_md, data_meta)), 792 offsetof(struct xdp_md, data_meta)), 810 offsetof(struct xdp_md, data_meta)), 827 offsetof(struct xdp_md, data_meta)), 845 offsetof(struct xdp_md, data_meta)), 863 offsetof(struct xdp_md, data_meta)), 882 offsetof(struct xdp_md, data_meta)), 900 offsetof(struct xdp_md, data_meta)), 918 offsetof(struct xdp_md, data_meta)), [all …]
|
D | cgroup_skb.c | 139 offsetof(struct __sk_buff, data_meta)),
|
/tools/include/uapi/linux/ |
D | bpf.h | 4118 __u32 data_meta; member 4283 __u32 data_meta; member
|