Home
last modified time | relevance | path

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

/Linux-v6.1/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()
2950 case PTR_TO_PACKET_META: in is_spillable_regtype()
3577 case PTR_TO_PACKET_META: in __check_mem_access()
4166 case PTR_TO_PACKET_META: in check_ptr_alignment()
5209 case PTR_TO_PACKET_META: in check_helper_mem_access()
5646 PTR_TO_PACKET_META,
5678 PTR_TO_PACKET_META,
5691 PTR_TO_PACKET_META,
5849 case PTR_TO_PACKET_META: in check_func_arg_reg_off()
[all …]
/Linux-v6.1/include/linux/
Dbpf.h633 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/Linux-v6.1/net/core/
Dfilter.c8626 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
8716 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()