Searched refs:m_hold_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet6/
H A Dnd6.c1656 struct mbuf *m_hold, *m_hold_next; local
1664 m_hold; m_hold = m_hold_next) {
1665 m_hold_next = m_hold->m_nextpkt;
2252 struct mbuf *m_hold, *m_hold_next; local
2254 for (m_hold = ln->la_hold; m_hold; m_hold = m_hold_next) {
2255 m_hold_next = m_hold->m_nextpkt;
H A Dnd6_nbr.c901 struct mbuf *m_hold, *m_hold_next; local
909 m_hold; m_hold = m_hold_next) {
910 m_hold_next = m_hold->m_nextpkt;
/freebsd-10.0-release/sys/netinet/
H A Dif_ether.c778 struct mbuf *m_hold, *m_hold_next; local
785 for (; m_hold != NULL; m_hold = m_hold_next) {
786 m_hold_next = m_hold->m_nextpkt;

Completed in 182 milliseconds