IP_RAWOUTPUT
if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, NULL)) {
error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo,
if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) {
flags | IP_RAWOUTPUT | IP_NOIPNEWID,
flags |= IP_RAWOUTPUT;
o_flgs = (IP_RAWOUTPUT | (inp->sctp_socket->so_options & (SO_DONTROUTE | SO_BROADCAST)));
ip_output(mout, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
(void)ip_output(mout, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
ip_output(scm, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
rv = ip_output(m, NULL, ro, IP_RAWOUTPUT|IP_NOIPNEWID,