HomeSort by: relevance | last modified time | path
    Searched defs:mnext (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
ip_output.c 843 struct mbuf **mnext; local in function:ip_fragment
867 mnext = &m->m_nextpkt;
884 *mnext = m;
885 mnext = &m->m_nextpkt;
sctp_output.c 4134 struct mbuf *n, *mnext; local in function:sctp_msg_append
4586 mnext = n->m_nextpkt;
4589 n = mnext;
  /src/sys/netinet6/
ip6_output.c 897 struct mbuf **mnext, *m_frgpart; local in function:ip6_output
916 mnext = &m->m_nextpkt;
963 *mnext = m;
964 mnext = &m->m_nextpkt;
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 1286 struct mbuf **mnext = &m->m_act; local in function:ipf_fastroute
1333 *mnext = m;
1334 mnext = &m->m_act;

Completed in 22 milliseconds