Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c410 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
H A Dstates.c623 case PTR_TO_PACKET_META: in regsafe()
H A Dverifier.c4315 case PTR_TO_PACKET_META: in __check_mem_access()
5187 case PTR_TO_PACKET_META: in check_ptr_alignment()
6967 case PTR_TO_PACKET_META: in check_helper_mem_access()
8107 PTR_TO_PACKET_META,
8468 case PTR_TO_PACKET_META: in __check_func_arg_reg_off()
14499 case PTR_TO_PACKET_META: in adjust_ptr_min_max_vals()
16582 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
16591 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
16603 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
16612 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h1396 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
H A Dbpf.h1056 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/linux/net/core/
H A Dfilter.c9457 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9547 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()