Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dverifier.c249 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
262 [PTR_TO_PACKET_META] = "pkt_meta",
994 case PTR_TO_PACKET_META: in is_spillable_regtype()
1503 case PTR_TO_PACKET_META: in check_ptr_alignment()
1925 case PTR_TO_PACKET_META: in check_helper_mem_access()
3736 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
3744 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
3755 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
3763 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
3774 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/Linux-v4.19/include/linux/
Dbpf.h212 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/Linux-v4.19/net/core/
Dfilter.c5474 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
5518 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()