Lines Matching defs:iphlen
2898 * beginning of the params i.e. (iphlen + sizeof(struct sctp_init_msg)
3098 struct mbuf *in_initpkt, int iphlen, int offset)
3246 struct mbuf *init_pkt, int iphlen, int offset, struct sctphdr *sh,
3278 (sctp_are_there_new_addresses(asoc, init_pkt, iphlen, offset))) {
3285 sctp_send_abort(init_pkt, iphlen, sh, 0, NULL);
3293 sctp_send_abort(init_pkt, iphlen, sh, init_chk->init.initiate_tag, op_err);
3339 sctp_send_abort(init_pkt, iphlen, sh, 0, NULL);
8037 sctp_send_shutdown_complete2(struct mbuf *m, int iphlen, struct sctphdr *sh)
8478 struct mbuf *m, int iphlen, int bad_crc)
8512 len = chk->send_size = (iph->ip_len - iphlen);
8520 if ((len+iphlen) > m->m_pkthdr.len) {
8522 chk->send_size = len = m->m_pkthdr.len - iphlen;
8600 m_copydata(m, iphlen, len, datap);
8947 sctp_send_abort(struct mbuf *m, int iphlen, struct sctphdr *sh, uint32_t vtag,
8960 if (sctp_is_there_an_abort_here(m, iphlen, &vtag)) {
9088 sctp_send_operr_to(struct mbuf *m, int iphlen,
9102 ihdr = (struct sctphdr *)((vaddr_t)iph + iphlen);