Home
last modified time | relevance | path

Searched refs:PTR_TO_FLOW_KEYS (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c453 [PTR_TO_FLOW_KEYS] = "flow_keys", in reg_type_str()
H A Dverifier.c4392 case PTR_TO_FLOW_KEYS: in is_spillable_regtype()
5696 return reg->type == PTR_TO_FLOW_KEYS; in is_flow_key_reg()
5822 case PTR_TO_FLOW_KEYS: in check_ptr_alignment()
6931 } else if (reg->type == PTR_TO_FLOW_KEYS) { in check_mem_access()
13161 case PTR_TO_FLOW_KEYS: in adjust_ptr_min_max_vals()
/linux/include/linux/
H A Dbpf.h875 PTR_TO_FLOW_KEYS, /* reg points to bpf_flow_keys */ enumerator
/linux/net/core/
H A Dfilter.c9346 info->reg_type = PTR_TO_FLOW_KEYS; in flow_dissector_is_valid_access()