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

  /src/sys/netinet/
sctp_output.c 8040 struct mbuf *mout; local in function:sctp_send_shutdown_complete2
8046 MGETHDR(mout, M_DONTWAIT, MT_HEADER);
8047 if (mout == NULL) {
8056 mout->m_len = sizeof(struct ip) +
8058 mout->m_next = NULL;
8059 iph_out = mtod(mout, struct ip *);
8079 mout->m_len = sizeof(struct ip6_hdr) +
8081 mout->m_next = NULL;
8082 ip6_out = mtod(mout, struct ip6_hdr *);
8090 ip6_out->ip6_plen = mout->m_len
8953 struct mbuf *mout; local in function:sctp_send_abort
    [all...]
sctp_output.c 8040 struct mbuf *mout; local in function:sctp_send_shutdown_complete2
8046 MGETHDR(mout, M_DONTWAIT, MT_HEADER);
8047 if (mout == NULL) {
8056 mout->m_len = sizeof(struct ip) +
8058 mout->m_next = NULL;
8059 iph_out = mtod(mout, struct ip *);
8079 mout->m_len = sizeof(struct ip6_hdr) +
8081 mout->m_next = NULL;
8082 ip6_out = mtod(mout, struct ip6_hdr *);
8090 ip6_out->ip6_plen = mout->m_len
8953 struct mbuf *mout; local in function:sctp_send_abort
    [all...]

Completed in 164 milliseconds