Searched refs:MBUF_SC_UNSPEC (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.41.6/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()
|
| H A D | nx_netif.c | 4160 (mbuf_svc_class_t)sc : MBUF_SC_UNSPEC;
|
| /xnu-12377.41.6/bsd/net/classq/ |
| H A D | classq_subr.c | 292 if (sc == MBUF_SC_UNSPEC && grp_idx == IF_CLASSQ_ALL_GRPS) { in ifclassq_get_len() 302 VERIFY(MBUF_VALID_SC(sc) || sc == MBUF_SC_UNSPEC); in ifclassq_get_len() 486 boolean_t drvmgt = sc != MBUF_SC_UNSPEC; in ifclassq_dequeue() 645 ifclassq_tbr_dequeue_common(ifq, MBUF_SC_UNSPEC, FALSE, pkt, grp_idx); in ifclassq_tbr_dequeue()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_tclass.c | 268 { .dscp = 255, .msc = MBUF_SC_UNSPEC } /* invalid DSCP to mark last entry */ 1268 msc != MBUF_SC_UNSPEC) { in set_packet_service_class() 1327 msc = MBUF_SC_UNSPEC; in so_tc2msc() 1360 case MBUF_SC_UNSPEC: in so_svc2tc() 1802 if (elem->dscp > _MAX_DSCP || elem->msc == MBUF_SC_UNSPEC) { in set_dscp_to_wifi_ac_map()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kpi_mbuf.h | 1818 MBUF_SC_UNSPEC = -1, /* Internal: not specified */ enumerator
|
| /xnu-12377.41.6/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 1145 VERIFY(svc == MBUF_SC_UNSPEC); in fq_if_dequeue_common() 1306 return fq_if_dequeue_common(ifq, MBUF_SC_UNSPEC, maxpktcnt, maxbytecnt, in fq_if_dequeue() 1853 if (stat->sc == MBUF_SC_UNSPEC) { in fq_if_stat_sc() 1873 if (stat->sc == MBUF_SC_UNSPEC) { in fq_if_stat_sc()
|
| H A D | pktsched.c | 532 mbuf_svc_class_t svc = MBUF_SC_UNSPEC; in pktsched_get_pkt_svc()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | dlil.c | 2781 err = ifclassq_get_len(ifp->if_snd, MBUF_SC_UNSPEC, in ifnet_get_sndq_len() 3458 rc = ifclassq_dequeue(ifp->if_snd, MBUF_SC_UNSPEC, 1, CLASSQ_DEQUEUE_MAX_BYTE_LIMIT, in ifnet_dequeue() 3517 rc = ifclassq_dequeue(ifp->if_snd, MBUF_SC_UNSPEC, pkt_limit, in ifnet_dequeue_multi() 3550 rc = ifclassq_dequeue(ifp->if_snd, MBUF_SC_UNSPEC, CLASSQ_DEQUEUE_MAX_PKT_LIMIT, in ifnet_dequeue_multi_bytes()
|
| H A D | if_ipsec.c | 3133 if (output_service_class == MBUF_SC_UNSPEC) { in ipsec_ctl_setopt()
|
| H A D | if.c | 1718 VERIFY(sc == MBUF_SC_UNSPEC || MBUF_VALID_SC(sc)); in if_qflush_sc()
|
| /xnu-12377.41.6/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 119 static_assert(KPKT_SC_UNSPEC == MBUF_SC_UNSPEC); in pp_init()
|