Searched refs:tc_classid (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_lwt.c | 183 : __imm_const(__sk_buff_tc_classid, offsetof(struct __sk_buff, tc_classid)) in tc_classid_for_lwt_in() 197 : __imm_const(__sk_buff_tc_classid, offsetof(struct __sk_buff, tc_classid)) in tc_classid_for_lwt_out() 211 : __imm_const(__sk_buff_tc_classid, offsetof(struct __sk_buff, tc_classid)) in tc_classid_for_lwt_xmit() 229 : __imm_const(__imm_0, offsetof(struct __sk_buff, tc_classid) + 2), in not_permitted_for_lwt_prog() 230 __imm_const(__sk_buff_tc_classid, offsetof(struct __sk_buff, tc_classid)) in not_permitted_for_lwt_prog()
|
| H A D | verifier_cgroup_skb.c | 146 : __imm_const(__sk_buff_tc_classid, offsetof(struct __sk_buff, tc_classid)) in tc_classid_for_cgroup_skb()
|
| /linux/include/net/ |
| H A D | tcx.h | 150 skb->tc_index = qdisc_skb_cb(skb)->tc_classid; in tcx_action_code()
|
| H A D | sch_generic.h | 457 u16 tc_classid; member
|
| /linux/net/sched/ |
| H A D | cls_bpf.c | 93 qdisc_skb_cb(skb)->tc_classid = prog->res.classid; in cls_bpf_classify() 111 qdisc_skb_cb(skb)->tc_classid; in cls_bpf_classify()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 104 N(SCHED_CLS, struct __sk_buff, tc_classid),
|
| /linux/net/core/ |
| H A D | filter.c | 8887 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access() 8916 case bpf_ctx_range(struct __sk_buff, tc_classid): in cg_skb_is_valid_access() 8960 case bpf_ctx_range(struct __sk_buff, tc_classid): in lwt_is_valid_access() 9196 case bpf_ctx_range(struct __sk_buff, tc_classid): in tc_cls_act_is_valid_access() 9533 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_skb_is_valid_access() 9926 case offsetof(struct __sk_buff, tc_classid): in bpf_convert_ctx_access() 9927 BUILD_BUG_ON(sizeof_field(struct qdisc_skb_cb, tc_classid) != 2); in bpf_convert_ctx_access() 9930 off -= offsetof(struct __sk_buff, tc_classid); in bpf_convert_ctx_access() 9932 off += offsetof(struct qdisc_skb_cb, tc_classid); in bpf_convert_ctx_access()
|
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | ctx_skb.c | 263 offsetof(struct __sk_buff, tc_classid)),
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6354 __u32 tc_classid; 6319 __u32 tc_classid; global() member
|