Home
last modified time | relevance | path

Searched refs:fe2str (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c264 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_flow_add()
534 fe2str(fe, dbgbuf, sizeof(dbgbuf)), in fsw_flow_config()
550 fe2str(fe, dbgbuf, sizeof(dbgbuf)), in fsw_flow_config()
H A Dfsw_dp.c3465 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in tx_lookup_flow()
3474 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in tx_lookup_flow()
3488 flow_id_str, fe2str(fe, dbgbuf, sizeof(dbgbuf))); in tx_lookup_flow()
4423 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_linger_insert()
4450 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_linger_remove_internal()
4492 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_rxstrc_insert()
4517 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_rxstrc_remove_internal()
5127 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_process_linger()
H A Dfsw.c1285 fe2str(fe, dbgbuf, sizeof(dbgbuf)), protoctl_event_code, in fsw_protoctl_event_callback()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c218 fe2str(parent_fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_add_child()
228 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_add_child()
465 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_alloc()
674 SK_D("fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_alloc()
818 "non_via %d withdrawn %d", fe2str(fe, dbgbuf, sizeof(dbgbuf)), in flow_entry_teardown()
1219 fe2str(const struct flow_entry *fe, char *__counted_by(dsz)dst, size_t dsz) in fe2str() function
H A Dflow_var.h1083 extern char *fe2str(const struct flow_entry *fe, char *__counted_by(dsz)dst, size_t dsz);
H A Dflow_manager.c1130 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in __flow_mgr_find_fe_by_key_epilog()