Home
last modified time | relevance | path

Searched refs:logflags (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c209 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _pkt_agg_log()
218 SK_DF(logflags, "%s(%d) %spkt 0x%llx plen %u", in _pkt_agg_log()
222 SK_DF(logflags, "%spkt csumf/rxstart/rxval 0x%x/%u/0x%04x", in _pkt_agg_log()
232 SK_DF(logflags | SK_VERB_DUMP, "%s", in _pkt_agg_log()
250 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mbuf_agg_log()
253 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mbuf_agg_log()
257 SK_DF(logflags, "dest mbuf csumf/rxstart/rxval 0x%x/%u/0x%04x", in _mbuf_agg_log()
263 SK_DF(logflags | SK_VERB_DUMP, "%s", sk_dump("buf", in _mbuf_agg_log()
277 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mchain_agg_log()
281 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mchain_agg_log()
[all …]
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c465 uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in copy_packet_from_dev_log() local
470 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u l2 %u", in copy_packet_from_dev_log()
474 SK_DF(logflags | SK_VERB_DUMP, "%s", in copy_packet_from_dev_log()
2211 uint64_t logflags = (SK_VERB_FSW_DP | SK_VERB_TX); in dp_copy_to_dev_log() local
2219 SK_DF(logflags, "%s(%d) packet allocation failure", in dp_copy_to_dev_log()
2225 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u (fr/tx %u/%u)", in dp_copy_to_dev_log()
2230 SK_DF(logflags | SK_VERB_DUMP, "%s", in dp_copy_to_dev_log()
2233 SK_DF(logflags, "%s(%d) error %d", error); in dp_copy_to_dev_log()