Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dverifier.c434 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
553 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
2961 case PTR_TO_PACKET_META: in is_spillable_regtype()
3593 case PTR_TO_PACKET_META: in __check_mem_access()
4182 case PTR_TO_PACKET_META: in check_ptr_alignment()
5226 case PTR_TO_PACKET_META: in check_helper_mem_access()
5663 PTR_TO_PACKET_META,
5695 PTR_TO_PACKET_META,
5708 PTR_TO_PACKET_META,
5866 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
[all …]
/linux-6.1.9/include/linux/
Dbpf.h633 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/linux-6.1.9/net/core/
Dfilter.c8652 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
8742 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()