Searched refs:tc_classid (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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-6.15/include/net/ |
| H A D | tcx.h | 151 skb->tc_index = qdisc_skb_cb(skb)->tc_classid; in tcx_action_code()
|
| H A D | sch_generic.h | 438 u16 tc_classid; member
|
| /linux-6.15/net/sched/ |
| H A D | cls_bpf.c | 93 qdisc_skb_cb(skb)->tc_classid = prog->res.classid; in cls_bpf_classify() 113 qdisc_skb_cb(skb)->tc_classid; in cls_bpf_classify()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 104 N(SCHED_CLS, struct __sk_buff, tc_classid),
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 8730 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access() 8759 case bpf_ctx_range(struct __sk_buff, tc_classid): in cg_skb_is_valid_access() 8803 case bpf_ctx_range(struct __sk_buff, tc_classid): in lwt_is_valid_access() 9039 case bpf_ctx_range(struct __sk_buff, tc_classid): in tc_cls_act_is_valid_access() 9372 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_skb_is_valid_access() 9762 case offsetof(struct __sk_buff, tc_classid): in bpf_convert_ctx_access() 9763 BUILD_BUG_ON(sizeof_field(struct qdisc_skb_cb, tc_classid) != 2); in bpf_convert_ctx_access() 9766 off -= offsetof(struct __sk_buff, tc_classid); in bpf_convert_ctx_access() 9768 off += offsetof(struct qdisc_skb_cb, tc_classid); in bpf_convert_ctx_access()
|
| /linux-6.15/tools/testing/selftests/bpf/verifier/ |
| H A D | ctx_skb.c | 263 offsetof(struct __sk_buff, tc_classid)),
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 6265 __u32 tc_classid; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 6265 __u32 tc_classid; member
|