Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/net/sched/
Dcls_bpf.c93 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-v5.4/include/uapi/linux/
Dbpf.h2987 __u32 tc_classid; member
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h2987 __u32 tc_classid; member
/Linux-v5.4/net/core/
Dfilter.c6534 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
6562 case bpf_ctx_range(struct __sk_buff, tc_classid): in cg_skb_is_valid_access()
6606 case bpf_ctx_range(struct __sk_buff, tc_classid): in lwt_is_valid_access()
6831 case bpf_ctx_range(struct __sk_buff, tc_classid): in tc_cls_act_is_valid_access()
7084 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_skb_is_valid_access()
7352 case offsetof(struct __sk_buff, tc_classid): in bpf_convert_ctx_access()
7353 BUILD_BUG_ON(FIELD_SIZEOF(struct qdisc_skb_cb, tc_classid) != 2); in bpf_convert_ctx_access()
7356 off -= offsetof(struct __sk_buff, tc_classid); in bpf_convert_ctx_access()
7358 off += offsetof(struct qdisc_skb_cb, tc_classid); in bpf_convert_ctx_access()
/Linux-v5.4/include/net/
Dsch_generic.h373 u16 tc_classid; member