Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c393 [PTR_TO_PACKET_END] = "pkt_end",
907 reg->type == PTR_TO_PACKET_END; in reg_is_pkt_pointer_any()
1842 case PTR_TO_PACKET_END: in is_spillable_regtype()
4367 case PTR_TO_PACKET_END: in adjust_ptr_min_max_vals()
5708 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
5714 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
5727 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
5733 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
5746 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
5752 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
[all …]
Dcgroup.c1469 info->reg_type = PTR_TO_PACKET_END; in cg_sockopt_is_valid_access()
/Linux-v5.4/net/core/
Dfilter.c6593 info->reg_type = PTR_TO_PACKET_END; in cg_skb_is_valid_access()
6630 info->reg_type = PTR_TO_PACKET_END; in lwt_is_valid_access()
6849 info->reg_type = PTR_TO_PACKET_END; in tc_cls_act_is_valid_access()
6893 info->reg_type = PTR_TO_PACKET_END; in xdp_is_valid_access()
7108 info->reg_type = PTR_TO_PACKET_END; in sk_skb_is_valid_access()
7133 info->reg_type = PTR_TO_PACKET_END; in sk_msg_is_valid_access()
7176 info->reg_type = PTR_TO_PACKET_END; in flow_dissector_is_valid_access()
8839 info->reg_type = PTR_TO_PACKET_END; in sk_reuseport_is_valid_access()
/Linux-v5.4/include/linux/
Dbpf.h274 PTR_TO_PACKET_END, /* skb->data + headlen */ enumerator
/Linux-v5.4/Documentation/networking/
Dfilter.txt1132 PTR_TO_PACKET_END skb->data + headlen; arithmetic forbidden.
1173 bounds-checked and found to be less than a PTR_TO_PACKET_END, the register B is