Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c3667 case PTR_TO_PACKET_META: in is_spillable_regtype()
4432 case PTR_TO_PACKET_META: in __check_mem_access()
5229 case PTR_TO_PACKET_META: in check_ptr_alignment()
6973 case PTR_TO_PACKET_META: in check_helper_mem_access()
7963 PTR_TO_PACKET_META,
8252 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
13789 case PTR_TO_PACKET_META: in adjust_ptr_min_max_vals()
16082 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
16091 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
16103 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/linux/include/linux/
H A Dbpf.h997 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/linux/net/core/
H A Dfilter.c9211 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9301 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()