Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dverifier.c388 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
509 [PTR_TO_PACKET_META] = "pkt_meta",
2199 case PTR_TO_PACKET_META: in is_spillable_regtype()
2566 case PTR_TO_PACKET_META: in __check_mem_access()
2959 case PTR_TO_PACKET_META: in check_ptr_alignment()
3798 case PTR_TO_PACKET_META: in check_helper_mem_access()
3991 PTR_TO_PACKET_META,
4022 PTR_TO_PACKET_META,
4034 PTR_TO_PACKET_META,
7331 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/Linux-v5.10/include/linux/
Dbpf.h377 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/Linux-v5.10/net/core/
Dfilter.c7857 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
7908 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()