Home
last modified time | relevance | path

Searched refs:tc_classid (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_lwt.c183 : __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 Dverifier_cgroup_skb.c146 : __imm_const(__sk_buff_tc_classid, offsetof(struct __sk_buff, tc_classid)) in tc_classid_for_cgroup_skb()
/openbmc/linux/include/net/
H A Dtcx.h155 skb->tc_index = qdisc_skb_cb(skb)->tc_classid; in tcx_action_code()
H A Dsch_generic.h441 u16 tc_classid; member
/openbmc/linux/net/sched/
H A Dcls_bpf.c93 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 Dctx_rewrite.c101 N(SCHED_CLS, struct __sk_buff, tc_classid),
/openbmc/linux/net/core/
H A Dfilter.c8602 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 Dctx_skb.c263 offsetof(struct __sk_buff, tc_classid)),
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6111 __u32 tc_classid; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6114 __u32 tc_classid; member