Home | History | Annotate | Download | only in netinet

Lines Matching refs:M_PREPEND

2121 		M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
2291 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT);
4169 M_PREPEND(m, sizeof(struct sctp_paramhdr), M_DONTWAIT);
5008 M_PREPEND(chk->data, sizeof(struct sctp_data_chunk), M_DONTWAIT);
5588 M_PREPEND(outchain, sizeof(struct sctphdr), M_DONTWAIT);
5867 M_PREPEND(outchain, sizeof(struct sctphdr), M_DONTWAIT);
5992 M_PREPEND(op_err, sizeof(struct sctp_chunkhdr), M_DONTWAIT);
6548 M_PREPEND(m, sizeof(struct sctphdr), M_DONTWAIT);
6739 M_PREPEND(m, sizeof(struct sctphdr), M_DONTWAIT);
9109 M_PREPEND(scm, (sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr)), M_DONTWAIT);
9141 M_PREPEND(scm, sizeof(struct ip), M_DONTWAIT);
9164 M_PREPEND(scm, sizeof(struct ip6_hdr), M_DONTWAIT);