Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c511 [PTR_TO_FLOW_KEYS] = "flow_keys",
2204 case PTR_TO_FLOW_KEYS: in is_spillable_regtype()
3126 return reg->type == PTR_TO_FLOW_KEYS; in is_flow_key_reg()
3202 case PTR_TO_FLOW_KEYS: in check_ptr_alignment()
3876 } else if (reg->type == PTR_TO_FLOW_KEYS) { in check_mem_access()
9214 case PTR_TO_FLOW_KEYS: in regsafe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h394 PTR_TO_FLOW_KEYS, /* reg points to bpf_flow_keys */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c8245 info->reg_type = PTR_TO_FLOW_KEYS; in flow_dissector_is_valid_access()