Searched refs:dbgbuf (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 262 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in fsw_flow_add() local 264 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_flow_add() 532 char dbgbuf[256]; in fsw_flow_config() local 534 fe2str(fe, dbgbuf, sizeof(dbgbuf)), in fsw_flow_config() 548 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in fsw_flow_config() local 550 fe2str(fe, dbgbuf, sizeof(dbgbuf)), in fsw_flow_config()
|
| H A D | fsw_dp.c | 3463 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in tx_lookup_flow() 3473 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in tx_lookup_flow() 3482 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in tx_lookup_flow() 3496 flow_id_str, fe2str(fe, dbgbuf, sizeof(dbgbuf))); in tx_lookup_flow() 4430 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in fsw_linger_insert() 4431 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_linger_insert() 4457 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in fsw_linger_remove_internal() 4458 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_linger_remove_internal() 4499 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in fsw_rxstrc_insert() 4500 SK_DF(SK_VERB_FLOW, "fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in fsw_rxstrc_insert() [all …]
|
| H A D | fsw.c | 1282 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in fsw_protoctl_event_callback() local 1285 fe2str(fe, dbgbuf, sizeof(dbgbuf)), protoctl_event_code, in fsw_protoctl_event_callback() 1295 dbgbuf, protoctl_event_code, p_val->val, in fsw_protoctl_event_callback()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 211 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in flow_entry_add_child() 218 fe2str(parent_fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_add_child() 228 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_add_child() 432 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in flow_entry_alloc() 465 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_alloc() 482 sk_uuid_unparse(req->nfr_flow_uuid, dbgbuf)); in flow_entry_alloc() 674 SK_D("fe \"%s\"", fe2str(fe, dbgbuf, sizeof(dbgbuf))); in flow_entry_alloc() 816 char dbgbuf[FLOWENTRY_DBGBUF_SIZE]; in flow_entry_teardown() local 818 "non_via %d withdrawn %d", fe2str(fe, dbgbuf, sizeof(dbgbuf)), in flow_entry_teardown()
|
| H A D | flow_manager.c | 1118 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in __flow_mgr_find_fe_by_key_prelog() 1120 fk2str(key, dbgbuf, sizeof(dbgbuf))); in __flow_mgr_find_fe_by_key_prelog() 1127 SK_LOG_VAR(char dbgbuf[FLOWENTRY_DBGBUF_SIZE]); in __flow_mgr_find_fe_by_key_epilog() 1130 fe2str(fe, dbgbuf, sizeof(dbgbuf))); in __flow_mgr_find_fe_by_key_epilog()
|
| /xnu-12377.81.4/bsd/skywalk/channel/ |
| H A D | channel.c | 1063 SK_LOG_VAR(char dbgbuf[CH_DBGBUF_SIZE]); in ch_kqfilter() 1072 ch2str(ch, dbgbuf, sizeof(dbgbuf))); in ch_kqfilter()
|