Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_bpf.c96 qdisc_skb_cb(skb)->tc_classid = prog->res.classid; in cls_bpf_classify()
114 qdisc_skb_cb(skb)->tc_classid; in cls_bpf_classify()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2320 __u32 tc_classid; member
/Linux-v4.19/include/uapi/linux/
Dbpf.h2320 __u32 tc_classid; member
/Linux-v4.19/net/core/
Dfilter.c5240 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_filter_is_valid_access()
5266 case bpf_ctx_range(struct __sk_buff, tc_classid): in lwt_is_valid_access()
5461 case bpf_ctx_range(struct __sk_buff, tc_classid): in tc_cls_act_is_valid_access()
5678 case bpf_ctx_range(struct __sk_buff, tc_classid): in sk_skb_is_valid_access()
5862 case offsetof(struct __sk_buff, tc_classid): in bpf_convert_ctx_access()
5863 BUILD_BUG_ON(FIELD_SIZEOF(struct qdisc_skb_cb, tc_classid) != 2); in bpf_convert_ctx_access()
5866 off -= offsetof(struct __sk_buff, tc_classid); in bpf_convert_ctx_access()
5868 off += offsetof(struct qdisc_skb_cb, tc_classid); in bpf_convert_ctx_access()
/Linux-v4.19/include/net/
Dsch_generic.h312 u16 tc_classid; member
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_verifier.c1582 offsetof(struct __sk_buff, tc_classid)),
5112 offsetof(struct __sk_buff, tc_classid)),
5122 offsetof(struct __sk_buff, tc_classid)),
5132 offsetof(struct __sk_buff, tc_classid)),
7414 offsetof(struct __sk_buff, tc_classid)),
7417 offsetof(struct __sk_buff, tc_classid) + 2),