Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h978 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
H A Dbpf.h967 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/linux/kernel/bpf/
H A Dlog.c451 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
H A Dverifier.c4893 case PTR_TO_PACKET_META: in is_spillable_regtype()
5643 case PTR_TO_PACKET_META: in __check_mem_access()
6406 case PTR_TO_PACKET_META: in check_ptr_alignment()
8098 case PTR_TO_PACKET_META: in check_helper_mem_access()
9122 PTR_TO_PACKET_META,
9403 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
14582 case PTR_TO_PACKET_META: in adjust_ptr_min_max_vals()
16501 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
16510 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
16522 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/linux/net/core/
H A Dfilter.c9069 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9159 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()