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

  /src/sys/netinet6/
ip6_output.c 1234 struct mbuf *mfrg; local in function:ip6_insertfraghdr
1236 MGET(mfrg, M_DONTWAIT, MT_DATA);
1237 if (mfrg == NULL)
1239 mfrg->m_len = sizeof(struct ip6_frag);
1240 *frghdrp = mtod(mfrg, struct ip6_frag *);
1241 mlast->m_next = mfrg;
ip6_output.c 1234 struct mbuf *mfrg; local in function:ip6_insertfraghdr
1236 MGET(mfrg, M_DONTWAIT, MT_DATA);
1237 if (mfrg == NULL)
1239 mfrg->m_len = sizeof(struct ip6_frag);
1240 *frghdrp = mtod(mfrg, struct ip6_frag *);
1241 mlast->m_next = mfrg;

Completed in 29 milliseconds