Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c218 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _pkt_agg_log()
227 SK_DF(logflags, "%s(%d) %spkt %p plen %u", in _pkt_agg_log()
231 SK_DF(logflags, "%spkt csumf/rxstart/rxval 0x%x/%u/0x%04x", in _pkt_agg_log()
241 SK_DF(logflags | SK_VERB_DUMP, "%s", in _pkt_agg_log()
259 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mbuf_agg_log()
262 SK_DF(logflags, "%s(%d) dest mbuf %p pktlen %u", in _mbuf_agg_log()
266 SK_DF(logflags, "dest mbuf csumf/rxstart/rxval 0x%x/%u/0x%04x", in _mbuf_agg_log()
272 SK_DF(logflags | SK_VERB_DUMP, "%s", sk_dump("buf", in _mbuf_agg_log()
286 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mchain_agg_log()
290 SK_DF(logflags, "%s(%d) dest mbuf %p pktlen %u", in _mchain_agg_log()
[all …]
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c549 uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in copy_packet_from_dev_log() local
557 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u l2 %u", in copy_packet_from_dev_log()
561 SK_DF(logflags | SK_VERB_DUMP, "%s", in copy_packet_from_dev_log()
2724 uint64_t logflags = (SK_VERB_FSW_DP | SK_VERB_TX); in dp_copy_to_dev_log() local
2732 SK_DF(logflags, "%s(%d) packet allocation failure", in dp_copy_to_dev_log()
2741 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u (fr/tx %u/%u)", in dp_copy_to_dev_log()
2746 SK_DF(logflags | SK_VERB_DUMP, "%s", in dp_copy_to_dev_log()
2749 SK_DF(logflags, "%s(%d) error %d", sk_proc_name(p), in dp_copy_to_dev_log()