Searched refs:MBUF_SC_UNSPEC (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.61.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_compat.c | 87 if (sc == MBUF_SC_UNSPEC) { in nx_netif_filter_tx_processed_mbuf_dequeue() 170 if (sc == MBUF_SC_UNSPEC) { in nx_netif_tx_processed_mbuf_get_len()
|
| /xnu-11215.61.5/bsd/net/classq/ |
| H A D | classq_subr.c | 271 if (sc == MBUF_SC_UNSPEC && grp_idx == IF_CLASSQ_ALL_GRPS) { in ifclassq_get_len() 281 VERIFY(MBUF_VALID_SC(sc) || sc == MBUF_SC_UNSPEC); in ifclassq_get_len() 354 return ifclassq_dequeue_common(ifq, MBUF_SC_UNSPEC, pkt_limit, in ifclassq_dequeue() 627 ifclassq_tbr_dequeue_common(ifq, MBUF_SC_UNSPEC, FALSE, pkt, grp_idx); in ifclassq_tbr_dequeue()
|
| /xnu-11215.61.5/bsd/netinet/ |
| H A D | in_tclass.c | 268 { .dscp = 255, .msc = MBUF_SC_UNSPEC } /* invalid DSCP to mark last entry */ 1320 msc != MBUF_SC_UNSPEC) { in set_packet_service_class() 1379 msc = MBUF_SC_UNSPEC; in so_tc2msc() 1412 case MBUF_SC_UNSPEC: in so_svc2tc() 1854 if (elem->dscp > _MAX_DSCP || elem->msc == MBUF_SC_UNSPEC) { in set_dscp_to_wifi_ac_map()
|
| /xnu-11215.61.5/bsd/sys/ |
| H A D | kpi_mbuf.h | 1643 MBUF_SC_UNSPEC = -1, /* Internal: not specified */ enumerator
|
| /xnu-11215.61.5/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 919 VERIFY(svc == MBUF_SC_UNSPEC); in fq_if_dequeue_classq_multi_common() 1080 return fq_if_dequeue_classq_multi_common(ifq, MBUF_SC_UNSPEC, maxpktcnt, maxbytecnt, in fq_if_dequeue_classq_multi() 1626 if (stat->sc == MBUF_SC_UNSPEC) { in fq_if_stat_sc() 1646 if (stat->sc == MBUF_SC_UNSPEC) { in fq_if_stat_sc()
|
| H A D | pktsched.c | 433 mbuf_svc_class_t svc = MBUF_SC_UNSPEC; in pktsched_get_pkt_svc()
|
| /xnu-11215.61.5/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 114 _CASSERT(KPKT_SC_UNSPEC == MBUF_SC_UNSPEC); in pp_init()
|
| /xnu-11215.61.5/bsd/net/ |
| H A D | if_ipsec.c | 3134 if (output_service_class == MBUF_SC_UNSPEC) { in ipsec_ctl_setopt()
|
| H A D | if.c | 1727 VERIFY(sc == MBUF_SC_UNSPEC || MBUF_VALID_SC(sc)); in if_qflush_sc()
|
| H A D | dlil.c | 4764 err = ifclassq_get_len(ifp->if_snd, MBUF_SC_UNSPEC, in ifnet_get_sndq_len()
|