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.c5093 case PTR_TO_PACKET_META: in is_spillable_regtype()
5854 case PTR_TO_PACKET_META: in __check_mem_access()
6626 case PTR_TO_PACKET_META: in check_ptr_alignment()
8340 case PTR_TO_PACKET_META: in check_helper_mem_access()
9343 PTR_TO_PACKET_META,
9624 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
14901 case PTR_TO_PACKET_META: in adjust_ptr_min_max_vals()
17259 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
17268 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
17280 (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.c9179 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9269 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()