Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c432 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
619 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
4456 case PTR_TO_PACKET_META: in is_spillable_regtype()
5126 case PTR_TO_PACKET_META: in __check_mem_access()
5782 case PTR_TO_PACKET_META: in check_ptr_alignment()
7199 case PTR_TO_PACKET_META: in check_helper_mem_access()
8068 PTR_TO_PACKET_META,
8082 PTR_TO_PACKET_META,
8348 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
14381 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/openbmc/linux/include/linux/
H A Dbpf.h852 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c8902 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
8984 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()