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.h920 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
H A Dbpf.h915 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.c4728 case PTR_TO_PACKET_META: in is_spillable_regtype()
5486 case PTR_TO_PACKET_META: in __check_mem_access()
6232 case PTR_TO_PACKET_META: in check_ptr_alignment()
7796 case PTR_TO_PACKET_META: in check_helper_mem_access()
8726 PTR_TO_PACKET_META,
9007 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
13928 case PTR_TO_PACKET_META: in adjust_ptr_min_max_vals()
15783 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
15792 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
15804 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/linux/net/core/
H A Dfilter.c8981 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
9071 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()