Home | Sort by: relevance | last modified time | path |
/src/sys/netinet6/ | |
nd6.c | 1292 struct mbuf *m_hold, *m_hold_next; local in function:nd6_llinfo_release_pkts 1303 for (; m_hold != NULL; m_hold = m_hold_next) { 1304 m_hold_next = m_hold->m_nextpkt; |
/src/sys/netinet/ | |
if_arp.c | 1083 struct mbuf *m_hold, *m_hold_next; local in function:in_arpinput 1098 for (; m_hold != NULL; m_hold = m_hold_next) { 1099 m_hold_next = m_hold->m_nextpkt; |