Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf.h275 PTR_TO_FLOW_KEYS, /* reg points to bpf_flow_keys */ enumerator
/Linux-v5.4/kernel/bpf/
Dverifier.c394 [PTR_TO_FLOW_KEYS] = "flow_keys",
1843 case PTR_TO_FLOW_KEYS: in is_spillable_regtype()
2464 return reg->type == PTR_TO_FLOW_KEYS; in is_flow_key_reg()
2540 case PTR_TO_FLOW_KEYS: in check_ptr_alignment()
2849 } else if (reg->type == PTR_TO_FLOW_KEYS) { in check_mem_access()
6908 case PTR_TO_FLOW_KEYS: in regsafe()
/Linux-v5.4/net/core/
Dfilter.c7181 info->reg_type = PTR_TO_FLOW_KEYS; in flow_dissector_is_valid_access()