| version 1.268.2.3, 2009/07/18 14:53:25 |
version 1.268.2.4, 2009/08/19 18:48:24 |
| Line 2057 ip_savecontrol(struct inpcb *inp, struct |
|
| Line 2057 ip_savecontrol(struct inpcb *inp, struct |
|
| struct mbuf *m) |
struct mbuf *m) |
| { |
{ |
| |
|
| if (inp->inp_socket->so_options & SO_TIMESTAMP |
if (inp->inp_socket->so_options & SO_TIMESTAMP |
| #ifdef SO_OTIMESTAMP |
#ifdef SO_OTIMESTAMP |
| || inp->inp_socket->so_options & SO_OTIMESTAMP |
|| inp->inp_socket->so_options & SO_OTIMESTAMP |
| #endif |
#endif |
| ) { |
) { |
| struct timeval tv; |
struct timeval tv; |
| Line 2207 sysctl_net_inet_ip_maxflows(SYSCTLFN_ARG |
|
| Line 2207 sysctl_net_inet_ip_maxflows(SYSCTLFN_ARG |
|
| |
|
| static int |
static int |
| sysctl_net_inet_ip_hashsize(SYSCTLFN_ARGS) |
sysctl_net_inet_ip_hashsize(SYSCTLFN_ARGS) |
| { |
{ |
| int error, tmp; |
int error, tmp; |
| struct sysctlnode node; |
struct sysctlnode node; |
| |
|
| Line 2235 sysctl_net_inet_ip_hashsize(SYSCTLFN_ARG |
|
| Line 2235 sysctl_net_inet_ip_hashsize(SYSCTLFN_ARG |
|
| * EINVAL if not a power of 2 |
* EINVAL if not a power of 2 |
| */ |
*/ |
| error = EINVAL; |
error = EINVAL; |
| } |
} |
| |
|
| return error; |
return error; |
| } |
} |