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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipx.h27 #define IPX_MAX_PPROP_HOPS 8 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Daf_ipx.c786 * Checks if packet is valid: if its more than %IPX_MAX_PPROP_HOPS hops or if it
787 * is smaller than a IPX header + the room for %IPX_MAX_PPROP_HOPS hops we drop
788 * it, not even processing it locally, if it has exact %IPX_MAX_PPROP_HOPS we
816 if (IPX_SKB_CB(skb)->ipx_tctrl > IPX_MAX_PPROP_HOPS ||
818 IPX_MAX_PPROP_HOPS * sizeof(u32))
824 /* We do broadcast packet on the IPX_MAX_PPROP_HOPS hop, but we
827 if (IPX_SKB_CB(skb)->ipx_tctrl == IPX_MAX_PPROP_HOPS)
838 /* < IPX_MAX_PPROP_HOPS hops && input interface not in list. Save the

Completed in 53 milliseconds