Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c411 [PTR_TO_PACKET_END] = "pkt_end", in reg_type_str()
H A Dverifier.c1955 reg->type == PTR_TO_PACKET_END; in reg_is_pkt_pointer_any()
4316 case PTR_TO_PACKET_END: in __check_mem_access()
16248 if (src_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
16250 } else if (dst_reg->type == PTR_TO_PACKET_END) { in is_pkt_ptr_branch_taken()
16581 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16588 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
16602 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16609 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
16623 src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
16630 } else if ((dst_reg->type == PTR_TO_PACKET_END && in try_match_pkt_pointers()
[all …]
H A Dcgroup.c2652 info->reg_type = PTR_TO_PACKET_END; in cg_sockopt_is_valid_access()
/linux/net/core/
H A Dfilter.c9193 info->reg_type = PTR_TO_PACKET_END; in cg_skb_is_valid_access()
9231 info->reg_type = PTR_TO_PACKET_END; in lwt_is_valid_access()
9460 info->reg_type = PTR_TO_PACKET_END; in tc_cls_act_is_valid_access()
9550 info->reg_type = PTR_TO_PACKET_END; in xdp_is_valid_access()
9747 info->reg_type = PTR_TO_PACKET_END; in sock_ops_is_valid_access()
9804 info->reg_type = PTR_TO_PACKET_END; in sk_skb_is_valid_access()
9829 info->reg_type = PTR_TO_PACKET_END; in sk_msg_is_valid_access()
9880 info->reg_type = PTR_TO_PACKET_END; in flow_dissector_is_valid_access()
11867 info->reg_type = PTR_TO_PACKET_END; in sk_reuseport_is_valid_access()
/linux/include/linux/
H A Dbpf.h1058 PTR_TO_PACKET_END, /* skb->data + headlen */ enumerator