Home
last modified time | relevance | path

Searched refs:tc_index (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dskb_ctx.c52 skb.tc_index = 1; in test_skb_ctx()
55 skb.tc_index = 0; in test_skb_ctx()
/tools/testing/selftests/bpf/progs/
Dtest_verif_scale1.c24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
Dtest_verif_scale3.c24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
Dtest_verif_scale2.c24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
/tools/testing/selftests/bpf/verifier/
Dctx_skb.c298 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)),
Dcgroup_skb.c48 offsetof(struct __sk_buff, tc_index)),
/tools/include/uapi/linux/
Dbpf.h3011 __u32 tc_index; member