|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.53, 2000/03/30 13:25:04 | version 1.54, 2001/01/24 09:04:15 | ||
|---|---|---|---|
|
|
||
| ipstat.ips_rawout++; | ipstat.ips_rawout++; | ||
| } | } | ||
| #ifdef IPSEC | #ifdef IPSEC | ||
| ipsec_setsocket(m, inp->inp_socket); | if (ipsec_setsocket(m, inp->inp_socket) != 0) { | ||
| m_freem(m); | |||
| return ENOBUFS; | |||
| } | |||
| #endif /*IPSEC*/ | #endif /*IPSEC*/ | ||
| return (ip_output(m, opts, &inp->inp_route, flags, inp->inp_moptions, &inp->inp_errormtu)); | return (ip_output(m, opts, &inp->inp_route, flags, inp->inp_moptions, &inp->inp_errormtu)); | ||
| } | } |