Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf.h636 PTR_TO_FLOW_KEYS, /* reg points to bpf_flow_keys */ enumerator
/linux-6.1.9/kernel/bpf/
Dverifier.c555 [PTR_TO_FLOW_KEYS] = "flow_keys", in reg_type_str()
2963 case PTR_TO_FLOW_KEYS: in is_spillable_regtype()
4111 return reg->type == PTR_TO_FLOW_KEYS; in is_flow_key_reg()
4187 case PTR_TO_FLOW_KEYS: in check_ptr_alignment()
4911 } else if (reg->type == PTR_TO_FLOW_KEYS) { in check_mem_access()
11619 case PTR_TO_FLOW_KEYS: in regsafe()
/linux-6.1.9/net/core/
Dfilter.c9075 info->reg_type = PTR_TO_FLOW_KEYS; in flow_dissector_is_valid_access()