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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipx.h86 __be32 ipx_dest_net; member in struct:ipx_cb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Dipx_route.c152 struct ipx_route *r = ipxrtr_lookup(IPX_SKB_CB(skb)->ipx_dest_net);
232 IPX_SKB_CB(skb)->ipx_dest_net = usipx->sipx_network;
H A Daf_ipx.c593 ipx->ipx_dest.net = IPX_SKB_CB(skb)->ipx_dest_net;
717 if (!IPX_SKB_CB(skb)->ipx_dest_net)
718 IPX_SKB_CB(skb)->ipx_dest_net = intrfc->if_netnum;
723 * in the ipx_dest_net for such packets */
725 intrfc->if_netnum != IPX_SKB_CB(skb)->ipx_dest_net) {
758 if (cb->ipx_source_net == cb->ipx_dest_net && cb->ipx_source_net) {
863 IPX_SKB_CB(s)->ipx_dest_net = ifcs->if_netnum;
1702 IPX_SKB_CB(skb)->ipx_dest_net = ipx->ipx_dest.net;
1709 IPX_SKB_CB(skb)->ipx_dest_net) {

Completed in 219 milliseconds