Home
last modified time | relevance | path

Searched refs:PTR_TO_PACKET_END (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c493 [PTR_TO_PACKET_END] = "pkt_end", in reg_type_str()
1075 return reg_is_pkt_pointer(reg) || reg->type == PTR_TO_PACKET_END; in reg_is_pkt_pointer_any()
2222 case PTR_TO_PACKET_END: in is_spillable_regtype()
2797 case PTR_TO_PACKET_END: in __check_mem_access()
5992 case PTR_TO_PACKET_END: in adjust_ptr_min_max_vals()
7737 if ((dst_reg->type == PTR_TO_PACKET && src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
7741 } else if ((dst_reg->type == PTR_TO_PACKET_END && src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
7750 if ((dst_reg->type == PTR_TO_PACKET && src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
7754 } else if ((dst_reg->type == PTR_TO_PACKET_END && src_reg->type == PTR_TO_PACKET) || in try_match_pkt_pointers()
7763 if ((dst_reg->type == PTR_TO_PACKET && src_reg->type == PTR_TO_PACKET_END) || in try_match_pkt_pointers()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h406 PTR_TO_PACKET_END, /* skb->data + headlen */ enumerator

Completed in 19 milliseconds