Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c322 type == PTR_TO_PACKET_META; in type_is_pkt_pointer()
392 [PTR_TO_PACKET_META] = "pkt_meta",
1841 case PTR_TO_PACKET_META: in is_spillable_regtype()
2535 case PTR_TO_PACKET_META: in check_ptr_alignment()
3095 case PTR_TO_PACKET_META: in check_helper_mem_access()
5709 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
5717 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
5728 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
5736 src_reg->type == PTR_TO_PACKET_META)) { in try_match_pkt_pointers()
5747 (dst_reg->type == PTR_TO_PACKET_META && in try_match_pkt_pointers()
[all …]
/Linux-v5.4/include/linux/
Dbpf.h272 PTR_TO_PACKET_META, /* skb->data - meta_len */ enumerator
/Linux-v5.4/net/core/
Dfilter.c6846 info->reg_type = PTR_TO_PACKET_META; in tc_cls_act_is_valid_access()
6890 info->reg_type = PTR_TO_PACKET_META; in xdp_is_valid_access()