Searched refs:tc_index (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_global_func7.c | 10 skb->tc_index = 0; in foo()
|
D | test_verif_scale3.c | 24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
D | test_verif_scale1.c | 24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
D | test_verif_scale2.c | 24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | skb_ctx.c | 59 skb.tc_index = 1; in test_skb_ctx() 62 skb.tc_index = 0; in test_skb_ctx()
|
/tools/testing/selftests/bpf/verifier/ |
D | ctx_skb.c | 298 offsetof(struct __sk_buff, tc_index)), 384 offsetof(struct __sk_buff, tc_index)), 495 offsetof(struct __sk_buff, tc_index) + 3), 639 offsetof(struct __sk_buff, tc_index) + 2), 914 offsetof(struct __sk_buff, tc_index)), 934 offsetof(struct __sk_buff, tc_index)), 936 offsetof(struct __sk_buff, tc_index)),
|
D | cgroup_skb.c | 48 offsetof(struct __sk_buff, tc_index)),
|
/tools/include/uapi/linux/ |
D | bpf.h | 5267 __u32 tc_index; member
|