Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c428 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
558 [PTR_TO_PACKET_META] = "pkt_meta",
2566 case PTR_TO_PACKET_META: in is_spillable_regtype()
3175 case PTR_TO_PACKET_META: in __check_mem_access()
3576 case PTR_TO_PACKET_META: in check_ptr_alignment()
4563 case PTR_TO_PACKET_META: in check_helper_mem_access()
4832 PTR_TO_PACKET_META,
4864 PTR_TO_PACKET_META,
4877 PTR_TO_PACKET_META,
8827 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/Linux-v5.15/include/linux/
Dbpf.h423 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/Linux-v5.15/net/core/
Dfilter.c8112 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
8163 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()