Home
last modified time | relevance | path

Searched refs:fk_as_string (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c1019 fk_as_string(const struct flow_key *fk, char *dst, size_t dsz) in fk_as_string() function
1045 fk_as_string(&fe->fe_key, keybuf, sizeof(keybuf)); in fe_as_string()
H A Dflow_var.h1038 extern char *fk_as_string(const struct flow_key *fk, char *, size_t);
H A Dflow_manager.c1115 fk_as_string(key, dbgbuf, sizeof(dbgbuf))); in __flow_mgr_find_fe_by_key_prelog()
/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c747 fk_as_string(&key, fkbuf, sizeof(fkbuf)), in lookup_flow_with_pkt()