Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c388 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
502 [PTR_TO_PACKET_META] = "pkt_meta", in reg_type_str()
2230 case PTR_TO_PACKET_META: in is_spillable_regtype()
2830 case PTR_TO_PACKET_META: in __check_mem_access()
3220 case PTR_TO_PACKET_META: in check_ptr_alignment()
4179 case PTR_TO_PACKET_META: in check_helper_mem_access()
4375 PTR_TO_PACKET_META,
4406 PTR_TO_PACKET_META,
4418 PTR_TO_PACKET_META,
4576 case PTR_TO_PACKET_META: in check_func_arg()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dbpf.h431 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/kernel/linux/linux-5.10/net/core/
Dfilter.c7913 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
7964 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()