taglinefilesource code
ipx_route205net/inet/ipx.cstatic ipx_route *ipx_router_list=NULL;
ipx_route206net/inet/ipx.cstatic ipx_route *ipx_localnet_list=NULL;
ipx_route208net/inet/ipx.cstatic ipx_route *
ipx_route211net/inet/ipx.cipx_route *r;
ipx_route229net/inet/ipx.cstatic ipx_route *
ipx_route235net/inet/ipx.cstatic ipx_route *ipxrtr_get_dev(long net)
ipx_route237net/inet/ipx.cipx_route *r;
ipx_route255net/inet/ipx.cstatic void ipxrtr_add_localnet(ipx_route *newnet)
ipx_route257net/inet/ipx.cipx_route *r;
ipx_route281net/inet/ipx.cipx_route *rt=ipxrtr_get_dev(r->ipx_network);
ipx_route308net/inet/ipx.cipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network);
ipx_route315net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route342net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route359net/inet/ipx.cstatic int ipxrtr_delete_localnet(ipx_route *d)
ipx_route361net/inet/ipx.cipx_route **r = &ipx_localnet_list;
ipx_route362net/inet/ipx.cipx_route *tmp;
ipx_route376net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route377net/inet/ipx.cipx_route *tmp;
ipx_route385net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route395net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route396net/inet/ipx.cipx_route *tmp;
ipx_route403net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route436net/inet/ipx.cipx_route *rt;
ipx_route664net/inet/ipx.cstruct ipx_route *rt;
ipx_route812net/inet/ipx.cipx_route *rt;
ipx_route813net/inet/ipx.cipx_route *ln;
ipx_route976net/inet/ipx.cipx_route *rt;
ipx_route57net/inet/ipx.hstruct ipx_route *next;
ipx_route58net/inet/ipx.hstruct ipx_route *nextlocal;