Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/verifier/
Dlwt.c147 offsetof(struct __sk_buff, tc_classid)),
157 offsetof(struct __sk_buff, tc_classid)),
167 offsetof(struct __sk_buff, tc_classid)),
179 offsetof(struct __sk_buff, tc_classid)),
182 offsetof(struct __sk_buff, tc_classid) + 2),
Dcgroup_skb.c127 offsetof(struct __sk_buff, tc_classid)),
Dctx_skb.c263 offsetof(struct __sk_buff, tc_classid)),
/Linux-v6.1/net/sched/
Dcls_bpf.c91 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-v6.1/include/net/
Dsch_generic.h427 u16 tc_classid; member
/Linux-v6.1/net/core/
Dfilter.c8302 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
8331 case bpf_ctx_range(struct __sk_buff, tc_classid): in cg_skb_is_valid_access()
8375 case bpf_ctx_range(struct __sk_buff, tc_classid): in lwt_is_valid_access()
8611 case bpf_ctx_range(struct __sk_buff, tc_classid): in tc_cls_act_is_valid_access()
8946 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_skb_is_valid_access()
9328 case offsetof(struct __sk_buff, tc_classid): in bpf_convert_ctx_access()
9329 BUILD_BUG_ON(sizeof_field(struct qdisc_skb_cb, tc_classid) != 2); in bpf_convert_ctx_access()
9332 off -= offsetof(struct __sk_buff, tc_classid); in bpf_convert_ctx_access()
9334 off += offsetof(struct qdisc_skb_cb, tc_classid); in bpf_convert_ctx_access()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h5871 __u32 tc_classid; member
/Linux-v6.1/include/uapi/linux/
Dbpf.h5871 __u32 tc_classid; member