Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c432 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
608 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
4201 case PTR_TO_PACKET_META: in is_spillable_regtype()
4878 case PTR_TO_PACKET_META: in __check_mem_access()
5535 case PTR_TO_PACKET_META: in check_ptr_alignment()
6955 case PTR_TO_PACKET_META: in check_helper_mem_access()
7712 PTR_TO_PACKET_META,
7726 PTR_TO_PACKET_META,
7992 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
13932 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/Linux-v6.6/include/linux/
Dbpf.h841 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/Linux-v6.6/net/core/
Dfilter.c8806 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
8888 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()