Lines Matching defs:ip6_out
8042 struct ip6_hdr *ip6, *ip6_out;
8053 ip6_out = NULL;
8082 ip6_out = mtod(mout, struct ip6_hdr *);
8085 ip6_out->ip6_flow = ip6->ip6_flow;
8086 ip6_out->ip6_hlim = ip6_defhlim;
8087 ip6_out->ip6_nxt = IPPROTO_SCTP;
8088 ip6_out->ip6_src = ip6->ip6_dst;
8089 ip6_out->ip6_dst = ip6->ip6_src;
8090 ip6_out->ip6_plen = mout->m_len;
8091 offset_out += sizeof(*ip6_out);
8093 (vaddr_t)ip6_out + offset_out);
8134 } else if (ip6_out != NULL) {
8141 sctp_print_address_pkt((struct ip *)ip6_out,
8956 struct ip6_hdr *ip6, *ip6_out;
8971 ip6_out = NULL;
8994 ip6_out = mtod(mout, struct ip6_hdr *);
8995 mout->m_len = sizeof(*ip6_out) + sizeof(*abm);
8999 ip6_out->ip6_flow = ip6->ip6_flow;
9000 ip6_out->ip6_hlim = ip6_defhlim;
9001 ip6_out->ip6_nxt = IPPROTO_SCTP;
9002 ip6_out->ip6_src = ip6->ip6_dst;
9003 ip6_out->ip6_dst = ip6->ip6_src;
9005 iphlen_out = sizeof(*ip6_out);
9006 abm = (struct sctp_abort_msg *)((vaddr_t)ip6_out + iphlen_out);
9071 } else if (ip6_out != NULL) {
9079 sctp_print_address_pkt((struct ip *)ip6_out, &abm->sh);