Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dverifier.c547 [PTR_TO_FLOW_KEYS] = "flow_keys", in reg_type_str()
2920 case PTR_TO_FLOW_KEYS: in is_spillable_regtype()
4063 return reg->type == PTR_TO_FLOW_KEYS; in is_flow_key_reg()
4139 case PTR_TO_FLOW_KEYS: in check_ptr_alignment()
4863 } else if (reg->type == PTR_TO_FLOW_KEYS) { in check_mem_access()
11432 case PTR_TO_FLOW_KEYS: in regsafe()
/linux-5.19.10/include/linux/
Dbpf.h579 PTR_TO_FLOW_KEYS, /* reg points to bpf_flow_keys */ enumerator
/linux-5.19.10/net/core/
Dfilter.c8894 info->reg_type = PTR_TO_FLOW_KEYS; in flow_dissector_is_valid_access()