IPX_SKB_CB 590 net/ipx/af_ipx.c ipx->ipx_tctrl = IPX_SKB_CB(skb)->ipx_tctrl;
IPX_SKB_CB 591 net/ipx/af_ipx.c ipx->ipx_dest.net = IPX_SKB_CB(skb)->ipx_dest_net;
IPX_SKB_CB 592 net/ipx/af_ipx.c ipx->ipx_source.net = IPX_SKB_CB(skb)->ipx_source_net;
IPX_SKB_CB 595 net/ipx/af_ipx.c if (IPX_SKB_CB(skb)->last_hop.index >= 0) {
IPX_SKB_CB 598 net/ipx/af_ipx.c IPX_SKB_CB(skb)->last_hop.index *
IPX_SKB_CB 600 net/ipx/af_ipx.c *last_hop = IPX_SKB_CB(skb)->last_hop.netnum;
IPX_SKB_CB 601 net/ipx/af_ipx.c IPX_SKB_CB(skb)->last_hop.index = -1;
IPX_SKB_CB 707 net/ipx/af_ipx.c IPX_SKB_CB(skb)->last_hop.index = -1;
IPX_SKB_CB 715 net/ipx/af_ipx.c if (!IPX_SKB_CB(skb)->ipx_dest_net)
IPX_SKB_CB 716 net/ipx/af_ipx.c IPX_SKB_CB(skb)->ipx_dest_net = intrfc->if_netnum;
IPX_SKB_CB 717 net/ipx/af_ipx.c if (!IPX_SKB_CB(skb)->ipx_source_net)
IPX_SKB_CB 718 net/ipx/af_ipx.c IPX_SKB_CB(skb)->ipx_source_net = intrfc->if_netnum;
IPX_SKB_CB 723 net/ipx/af_ipx.c intrfc->if_netnum != IPX_SKB_CB(skb)->ipx_dest_net) {
IPX_SKB_CB 753 net/ipx/af_ipx.c const struct ipx_cb *cb = IPX_SKB_CB(skb);
IPX_SKB_CB 814 net/ipx/af_ipx.c if (IPX_SKB_CB(skb)->ipx_tctrl > IPX_MAX_PPROP_HOPS ||
IPX_SKB_CB 825 net/ipx/af_ipx.c if (IPX_SKB_CB(skb)->ipx_tctrl == IPX_MAX_PPROP_HOPS)
IPX_SKB_CB 832 net/ipx/af_ipx.c for (i = 0; i < IPX_SKB_CB(skb)->ipx_tctrl; i++)
IPX_SKB_CB 839 net/ipx/af_ipx.c IPX_SKB_CB(skb)->last_hop.index = i;
IPX_SKB_CB 840 net/ipx/af_ipx.c IPX_SKB_CB(skb)->last_hop.netnum = intrfc->if_netnum;
IPX_SKB_CB 854 net/ipx/af_ipx.c for (i = 0; i < IPX_SKB_CB(skb)->ipx_tctrl; i++)
IPX_SKB_CB 857 net/ipx/af_ipx.c if (i == IPX_SKB_CB(skb)->ipx_tctrl) {
IPX_SKB_CB 861 net/ipx/af_ipx.c IPX_SKB_CB(s)->ipx_dest_net = ifcs->if_netnum;
IPX_SKB_CB 1664 net/ipx/af_ipx.c IPX_SKB_CB(skb)->ipx_tctrl = ipx->ipx_tctrl;
IPX_SKB_CB 1665 net/ipx/af_ipx.c IPX_SKB_CB(skb)->ipx_dest_net = ipx->ipx_dest.net;
IPX_SKB_CB 1666 net/ipx/af_ipx.c IPX_SKB_CB(skb)->ipx_source_net = ipx->ipx_source.net;
IPX_SKB_CB 1672 net/ipx/af_ipx.c IPX_SKB_CB(skb)->ipx_dest_net) {
IPX_SKB_CB 1816 net/ipx/af_ipx.c sipx->sipx_network = IPX_SKB_CB(skb)->ipx_source_net;
IPX_SKB_CB 151 net/ipx/ipx_route.c struct ipx_route *r = ipxrtr_lookup(IPX_SKB_CB(skb)->ipx_dest_net);
IPX_SKB_CB 211 net/ipx/ipx_route.c IPX_SKB_CB(skb)->ipx_tctrl = 0;
IPX_SKB_CB 214 net/ipx/ipx_route.c IPX_SKB_CB(skb)->last_hop.index = -1;
IPX_SKB_CB 216 net/ipx/ipx_route.c IPX_SKB_CB(skb)->ipx_source_net = ipxs->intrfc->if_netnum;
IPX_SKB_CB 222 net/ipx/ipx_route.c IPX_SKB_CB(skb)->ipx_source_net = intrfc->if_netnum;
IPX_SKB_CB 225 net/ipx/ipx_route.c IPX_SKB_CB(skb)->ipx_source_net = ipxs->intrfc->if_netnum;
IPX_SKB_CB 231 net/ipx/ipx_route.c IPX_SKB_CB(skb)->ipx_dest_net = usipx->sipx_network;