Home
last modified time | relevance | path

Searched refs:PTR_TO_PACKET_META (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c388 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
509 [PTR_TO_PACKET_META] = "pkt_meta",
2202 case PTR_TO_PACKET_META: in is_spillable_regtype()
2807 case PTR_TO_PACKET_META: in __check_mem_access()
3197 case PTR_TO_PACKET_META: in check_ptr_alignment()
4127 case PTR_TO_PACKET_META: in check_helper_mem_access()
4322 PTR_TO_PACKET_META,
4353 PTR_TO_PACKET_META,
4365 PTR_TO_PACKET_META,
7832 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h391 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c7883 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
7934 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()