Searched refs:ipflow_active (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_flow.c99 static int ipflow_active = 0; variable
101 &ipflow_active, 0, "Enable flow-based IP forwarding");
153 if (!ipforwarding || !ipflow_active || m->m_len < sizeof(struct ip))
326 if (!ipflow_active || ip->ip_p == IPPROTO_ICMP)

Completed in 58 milliseconds