taglinefilesource code
ipx_route204net/inet/ipx.cstatic ipx_route *ipx_router_list=NULL;
ipx_route205net/inet/ipx.cstatic ipx_route *ipx_localnet_list=NULL;
ipx_route207net/inet/ipx.cstatic ipx_route *
ipx_route210net/inet/ipx.cipx_route *r;
ipx_route228net/inet/ipx.cstatic ipx_route *
ipx_route234net/inet/ipx.cstatic ipx_route *ipxrtr_get_dev(long net)
ipx_route236net/inet/ipx.cipx_route *r;
ipx_route254net/inet/ipx.cstatic void ipxrtr_add_localnet(ipx_route *newnet)
ipx_route256net/inet/ipx.cipx_route *r;
ipx_route280net/inet/ipx.cipx_route *rt=ipxrtr_get_dev(r->ipx_network);
ipx_route307net/inet/ipx.cipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network);
ipx_route314net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route341net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route358net/inet/ipx.cstatic int ipxrtr_delete_localnet(ipx_route *d)
ipx_route360net/inet/ipx.cipx_route **r = &ipx_localnet_list;
ipx_route361net/inet/ipx.cipx_route *tmp;
ipx_route375net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route376net/inet/ipx.cipx_route *tmp;
ipx_route384net/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_route405net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route438net/inet/ipx.cipx_route *rt;
ipx_route667net/inet/ipx.cstruct ipx_route *rt;
ipx_route859net/inet/ipx.cipx_route *rt;
ipx_route860net/inet/ipx.cipx_route *ln;
ipx_route1034net/inet/ipx.cipx_route *rt;
ipx_route57net/inet/ipx.hstruct ipx_route *next;
ipx_route58net/inet/ipx.hstruct ipx_route *nextlocal;