Home
last modified time | relevance | path

Searched refs:ifq_head (Results 1 – 12 of 12) sorted by relevance

/original-bsd/sys/net/
H A Dif.h107 struct mbuf *ifq_head; member
166 (ifq)->ifq_head = m; \
173 (m)->m_nextpkt = (ifq)->ifq_head; \
176 (ifq)->ifq_head = (m); \
180 (m) = (ifq)->ifq_head; \
182 if (((ifq)->ifq_head = (m)->m_nextpkt) == 0) \
H A Dif.c357 n = ifq->ifq_head;
362 ifq->ifq_head = 0;
/original-bsd/old/adb/common_scripts/
H A Difnet1 ./"if_unit"8t"if_mtu"8t"if_flags"8t"if_timer"n4+2dx8tdnn"metric"16t"if_addrlist"nDXnn"ifq_head"16t"…
/original-bsd/sys/tahoe/if/
H A Dif_ace.c229 if (is->is_if.if_snd.ifq_head)
300 if (is->is_if.if_snd.ifq_head)
317 if (is->is_if.if_snd.ifq_head)
/original-bsd/sys/vax/if/
H A Dif_ec.c304 if (es->es_if.if_snd.ifq_head)
359 if (es->es_if.if_snd.ifq_head)
411 if (es->es_if.if_snd.ifq_head)
H A Dif_en.c317 if (es->es_if.if_snd.ifq_head == 0) {
H A Dif_ddn.c400 dc->dc_oq.ifq_head = (struct mbuf *)0;
H A Dif_acp.c651 dc->dc_oq.ifq_head = (struct mbuf *)0;
/original-bsd/sys/netinet/
H A Dif_ether.c337 while (arpintrq.ifq_head) { in arpintr()
/original-bsd/sys/vax/datakit/
H A Ddkit_kmc.c717 if (dkp->dk_outq.ifq_head) in dkkint()
H A Ddkit_dr.c241 dkp->dk_outq.ifq_head = NULL; in dk_init()
/original-bsd/sys/netiso/
H A Dif_un.eg261 if (ifp->if_snd.ifq_head){ /* anything on send queue */
267 if (ifp->if_snd.ifq_head){
694 if (us->us_if.if_snd.ifq_head){ /* if more on out queue */