Lines Matching defs:abm
8954 struct sctp_abort_msg *abm;
8974 mout->m_len = sizeof(*iph_out) + sizeof(*abm);
8991 abm = (struct sctp_abort_msg *)((vaddr_t)iph_out + iphlen_out);
8995 mout->m_len = sizeof(*ip6_out) + sizeof(*abm);
9006 abm = (struct sctp_abort_msg *)((vaddr_t)ip6_out + iphlen_out);
9012 abm->sh.src_port = sh->dest_port;
9013 abm->sh.dest_port = sh->src_port;
9014 abm->sh.checksum = 0;
9016 abm->sh.v_tag = sh->v_tag;
9017 abm->msg.ch.chunk_flags = SCTP_HAD_NO_TCB;
9019 abm->sh.v_tag = htonl(vtag);
9020 abm->msg.ch.chunk_flags = 0;
9022 abm->msg.ch.chunk_type = SCTP_ABORT_ASSOCIATION;
9040 abm->msg.ch.chunk_length = htons(sizeof(abm->msg.ch) + err_len);
9043 abm->msg.ch.chunk_length = htons(sizeof(abm->msg.ch));
9049 abm->sh.checksum = 0;
9051 abm->sh.checksum = sctp_calculate_sum(mout, NULL, iphlen_out);
9064 sctp_print_address_pkt(iph_out, &abm->sh);
9079 sctp_print_address_pkt((struct ip *)ip6_out, &abm->sh);