taglinefilesource code
ipx_route199net/inet/ipx.cstatic ipx_route *ipx_router_list=NULL;
ipx_route200net/inet/ipx.cstatic ipx_route *ipx_localnet_list=NULL;
ipx_route202net/inet/ipx.cstatic ipx_route *
ipx_route205net/inet/ipx.cipx_route *r;
ipx_route223net/inet/ipx.cstatic ipx_route *
ipx_route229net/inet/ipx.cstatic ipx_route *ipxrtr_get_dev(long net)
ipx_route231net/inet/ipx.cipx_route *r;
ipx_route249net/inet/ipx.cstatic void ipxrtr_add_localnet(ipx_route *newnet)
ipx_route251net/inet/ipx.cipx_route *r;
ipx_route275net/inet/ipx.cipx_route *rt=ipxrtr_get_dev(r->ipx_network);
ipx_route302net/inet/ipx.cipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network);
ipx_route309net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route336net/inet/ipx.crt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC);  /* Because we are brave and don't lock the table! */
ipx_route353net/inet/ipx.cstatic int ipxrtr_delete_localnet(ipx_route *d)
ipx_route355net/inet/ipx.cipx_route **r = &ipx_localnet_list;
ipx_route356net/inet/ipx.cipx_route *tmp;
ipx_route370net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route371net/inet/ipx.cipx_route *tmp;
ipx_route379net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route389net/inet/ipx.cipx_route **r = &ipx_router_list;
ipx_route390net/inet/ipx.cipx_route *tmp;
ipx_route397net/inet/ipx.ckfree_s(tmp, sizeof(ipx_route));
ipx_route430net/inet/ipx.cipx_route *rt;
ipx_route681net/inet/ipx.cstruct ipx_route *rt;
ipx_route846net/inet/ipx.cipx_route *rt;
ipx_route847net/inet/ipx.cipx_route *ln;
ipx_route1011net/inet/ipx.cipx_route *rt;
ipx_route57net/inet/ipx.hstruct ipx_route *next;
ipx_route58net/inet/ipx.hstruct ipx_route *nextlocal;