Searched refs:data_meta (Results 1 – 5 of 5) 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()
|
/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 | 473 offsetof(struct xdp_md, data_meta)), 490 offsetof(struct xdp_md, data_meta)), 508 offsetof(struct xdp_md, data_meta)), 526 offsetof(struct xdp_md, data_meta)), 544 offsetof(struct xdp_md, data_meta)), 563 offsetof(struct xdp_md, data_meta)), 581 offsetof(struct xdp_md, data_meta)), 599 offsetof(struct xdp_md, data_meta)), 618 offsetof(struct xdp_md, data_meta)), 636 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 | 3002 __u32 data_meta; member 3164 __u32 data_meta; member
|