Searched refs:tc_classid (Results 1 – 10 of 10) sorted by relevance
/openbmc/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()
|
/openbmc/linux/include/net/ |
H A D | tcx.h | 155 skb->tc_index = qdisc_skb_cb(skb)->tc_classid; in tcx_action_code()
|
H A D | sch_generic.h | 441 u16 tc_classid; member
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ctx_rewrite.c | 101 N(SCHED_CLS, struct __sk_buff, tc_classid),
|
/openbmc/linux/net/core/ |
H A D | filter.c | 8602 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access() 8631 case bpf_ctx_range(struct __sk_buff, tc_classid): in cg_skb_is_valid_access() 8675 case bpf_ctx_range(struct __sk_buff, tc_classid): in lwt_is_valid_access() 8911 case bpf_ctx_range(struct __sk_buff, tc_classid): in tc_cls_act_is_valid_access() 9235 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_skb_is_valid_access() 9623 case offsetof(struct __sk_buff, tc_classid): in bpf_convert_ctx_access() 9624 BUILD_BUG_ON(sizeof_field(struct qdisc_skb_cb, tc_classid) != 2); in bpf_convert_ctx_access() 9627 off -= offsetof(struct __sk_buff, tc_classid); in bpf_convert_ctx_access() 9629 off += offsetof(struct qdisc_skb_cb, tc_classid); in bpf_convert_ctx_access()
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | ctx_skb.c | 263 offsetof(struct __sk_buff, tc_classid)),
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6111 __u32 tc_classid; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6114 __u32 tc_classid; member
|