Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c452 [PTR_TO_PACKET_END] = "pkt_end", in reg_type_str()
H A Dverifier.c2200 reg->type == PTR_TO_PACKET_END; in reg_is_pkt_pointer_any()
4856 case PTR_TO_PACKET_END: in is_spillable_regtype()
5614 case PTR_TO_PACKET_END: in __check_mem_access()
15788 if (src_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
15790 } else if (dst_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
16188 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16195 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
16209 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16216 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
16230 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
[all …]
H A Dcgroup.c2434 info->reg_type = PTR_TO_PACKET_END; in cg_sockopt_is_valid_access()
/linux-6.15/net/core/
H A Dfilter.c8790 info->reg_type = PTR_TO_PACKET_END; in cg_skb_is_valid_access()
8828 info->reg_type = PTR_TO_PACKET_END; in lwt_is_valid_access()
9057 info->reg_type = PTR_TO_PACKET_END; in tc_cls_act_is_valid_access()
9147 info->reg_type = PTR_TO_PACKET_END; in xdp_is_valid_access()
9340 info->reg_type = PTR_TO_PACKET_END; in sock_ops_is_valid_access()
9397 info->reg_type = PTR_TO_PACKET_END; in sk_skb_is_valid_access()
9422 info->reg_type = PTR_TO_PACKET_END; in sk_msg_is_valid_access()
9470 info->reg_type = PTR_TO_PACKET_END; in flow_dissector_is_valid_access()
11455 info->reg_type = PTR_TO_PACKET_END; in sk_reuseport_is_valid_access()
/linux-6.15/Documentation/bpf/
H A Dverifier.rst138 PTR_TO_PACKET_END
185 bounds-checked and found to be less than a PTR_TO_PACKET_END, the register B is
/linux-6.15/include/linux/
H A Dbpf.h927 PTR_TO_PACKET_END, /* skb->data + headlen */ enumerator