Searched refs:logflags (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 227 SK_DF(logflags, "%s(%d) %spkt 0x%llx plen %u", in _pkt_agg_log() 241 SK_DF(logflags | SK_VERB_DUMP, "%s", in _pkt_agg_log() 262 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mbuf_agg_log() 272 SK_DF(logflags | SK_VERB_DUMP, "%s", sk_dump("buf", in _mbuf_agg_log() 290 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mchain_agg_log() 379 SK_DF(logflags, "IP copy+sum %u(%u) (csum 0x%04x)", in mbuf_csum() 406 SK_DF(logflags, "TCP copy+sum %u(%u) (csum 0x%04x)", in mbuf_csum() 654 SK_DF(logflags, "TCP copy+sum %u(%u) (csum 0x%04x)", in copy_pkt_csum_packed() 1473 SK_DF(logflags, "Agg pkt len %u TCP csum 0x%04x", in flow_agg_merge_hdr() 1486 SK_DF(logflags, "Agg mbuf len %u TCP csum 0x%04x", in flow_agg_merge_hdr() [all …]
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 535 uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in copy_packet_from_dev_log() local 543 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u l2 %u", in copy_packet_from_dev_log() 547 SK_DF(logflags | SK_VERB_DUMP, "%s", in copy_packet_from_dev_log() 2646 uint64_t logflags = (SK_VERB_FSW_DP | SK_VERB_TX); in dp_copy_to_dev_log() local 2654 SK_DF(logflags, "%s(%d) packet allocation failure", in dp_copy_to_dev_log() 2663 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u (fr/tx %u/%u)", in dp_copy_to_dev_log() 2668 SK_DF(logflags | SK_VERB_DUMP, "%s", in dp_copy_to_dev_log() 2671 SK_DF(logflags, "%s(%d) error %d", error); in dp_copy_to_dev_log()
|