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()
4464 case PTR_TO_PACKET_META: in is_spillable_regtype()
5135 case PTR_TO_PACKET_META: in __check_mem_access()
5791 case PTR_TO_PACKET_META: in check_ptr_alignment()
7211 case PTR_TO_PACKET_META: in check_helper_mem_access()
8070 PTR_TO_PACKET_META,
8338 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
14380 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
14389 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
[all …]
/openbmc/linux/include/linux/
H A Dbpf.h864 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c8926 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9008 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()