Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h947 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
H A Dbpf.h925 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/linux-6.15/kernel/bpf/
H A Dlog.c451 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
H A Dverifier.c4855 case PTR_TO_PACKET_META: in is_spillable_regtype()
5613 case PTR_TO_PACKET_META: in __check_mem_access()
6372 case PTR_TO_PACKET_META: in check_ptr_alignment()
8051 case PTR_TO_PACKET_META: in check_helper_mem_access()
9023 PTR_TO_PACKET_META,
9304 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
14334 case PTR_TO_PACKET_META: in adjust_ptr_min_max_vals()
16189 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
16210 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
16231 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/linux-6.15/net/core/
H A Dfilter.c9054 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9144 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()