Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1000 PTR_TO_FLOW_KEYS, /* reg points to bpf_flow_keys */ enumerator
/linux/kernel/bpf/
H A Dverifier.c3669 case PTR_TO_FLOW_KEYS: in is_spillable_regtype()
5088 return reg->type == PTR_TO_FLOW_KEYS; in is_flow_key_reg()
5234 case PTR_TO_FLOW_KEYS: in check_ptr_alignment()
6510 } else if (reg->type == PTR_TO_FLOW_KEYS) { in check_mem_access()
13798 case PTR_TO_FLOW_KEYS: in adjust_ptr_min_max_vals()
/linux/net/core/
H A Dfilter.c9639 info->reg_type = PTR_TO_FLOW_KEYS; in flow_dissector_is_valid_access()