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

/linux-4.4.14/net/ipx/
H A Dipx_route.c148 struct ipx_route *r = ipxrtr_lookup(IPX_SKB_CB(skb)->ipx_dest_net); ipxrtr_route_skb()
228 IPX_SKB_CB(skb)->ipx_dest_net = usipx->sipx_network; ipxrtr_route_packet()
H A Daf_ipx.c572 ipx->ipx_dest.net = IPX_SKB_CB(skb)->ipx_dest_net; ipxitf_send()
696 if (!IPX_SKB_CB(skb)->ipx_dest_net) ipxitf_rcv()
697 IPX_SKB_CB(skb)->ipx_dest_net = intrfc->if_netnum; ipxitf_rcv()
702 * in the ipx_dest_net for such packets */ ipxitf_rcv()
704 intrfc->if_netnum != IPX_SKB_CB(skb)->ipx_dest_net) { ipxitf_rcv()
737 if (cb->ipx_source_net == cb->ipx_dest_net && cb->ipx_source_net) { ipxitf_discover_netnum()
842 IPX_SKB_CB(s)->ipx_dest_net = ifcs->if_netnum; ipxitf_pprop()
1664 IPX_SKB_CB(skb)->ipx_dest_net = ipx->ipx_dest.net; ipx_rcv()
1671 IPX_SKB_CB(skb)->ipx_dest_net) { ipx_rcv()
/linux-4.4.14/include/net/
H A Dipx.h88 __be32 ipx_dest_net; member in struct:ipx_cb

Completed in 173 milliseconds