Home
last modified time | relevance | path

Searched refs:PTR_TO_PACKET_END (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dfilter.c8947 info->reg_type = PTR_TO_PACKET_END; in cg_skb_is_valid_access()
8985 info->reg_type = PTR_TO_PACKET_END; in lwt_is_valid_access()
9214 info->reg_type = PTR_TO_PACKET_END; in tc_cls_act_is_valid_access()
9304 info->reg_type = PTR_TO_PACKET_END; in xdp_is_valid_access()
9501 info->reg_type = PTR_TO_PACKET_END; in sock_ops_is_valid_access()
9558 info->reg_type = PTR_TO_PACKET_END; in sk_skb_is_valid_access()
9583 info->reg_type = PTR_TO_PACKET_END; in sk_msg_is_valid_access()
9634 info->reg_type = PTR_TO_PACKET_END; in flow_dissector_is_valid_access()
11621 info->reg_type = PTR_TO_PACKET_END; in sk_reuseport_is_valid_access()
/linux/kernel/bpf/
H A Dverifier.c1880 reg->type == PTR_TO_PACKET_END; in reg_is_pkt_pointer_any()
3668 case PTR_TO_PACKET_END: in is_spillable_regtype()
4433 case PTR_TO_PACKET_END: in __check_mem_access()
15709 if (src_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
15711 } else if (dst_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
16081 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16088 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
16102 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16109 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
16123 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
[all …]
H A Dcgroup.c2588 info->reg_type = PTR_TO_PACKET_END; in cg_sockopt_is_valid_access()
/linux/include/linux/
H A Dbpf.h999 PTR_TO_PACKET_END, /* skb->data + headlen */ enumerator