Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c609 [PTR_TO_PACKET_END] = "pkt_end", in reg_type_str()
2003 reg->type == PTR_TO_PACKET_END; in reg_is_pkt_pointer_any()
4202 case PTR_TO_PACKET_END: in is_spillable_regtype()
4879 case PTR_TO_PACKET_END: in __check_mem_access()
12080 case PTR_TO_PACKET_END: in adjust_ptr_min_max_vals()
13599 if (src_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
13601 } else if (dst_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
13931 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
13938 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
13952 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
[all …]
Dcgroup.c2386 info->reg_type = PTR_TO_PACKET_END; in cg_sockopt_is_valid_access()
/Linux-v6.6/net/core/
Dfilter.c8542 info->reg_type = PTR_TO_PACKET_END; in cg_skb_is_valid_access()
8580 info->reg_type = PTR_TO_PACKET_END; in lwt_is_valid_access()
8809 info->reg_type = PTR_TO_PACKET_END; in tc_cls_act_is_valid_access()
8891 info->reg_type = PTR_TO_PACKET_END; in xdp_is_valid_access()
9083 info->reg_type = PTR_TO_PACKET_END; in sock_ops_is_valid_access()
9140 info->reg_type = PTR_TO_PACKET_END; in sk_skb_is_valid_access()
9165 info->reg_type = PTR_TO_PACKET_END; in sk_msg_is_valid_access()
9213 info->reg_type = PTR_TO_PACKET_END; in flow_dissector_is_valid_access()
11195 info->reg_type = PTR_TO_PACKET_END; in sk_reuseport_is_valid_access()
/Linux-v6.6/Documentation/bpf/
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-v6.6/include/linux/
Dbpf.h843 PTR_TO_PACKET_END, /* skb->data + headlen */ enumerator