taglinefilesource code
route48include/linux/ip.hunsigned long route[MAX_ROUTE];
route53include/linux/ip.hstruct route    record_route;
route54include/linux/ip.hstruct route    loose_route;
route55include/linux/ip.hstruct route    strict_route;
route441net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
route458net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
route475net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;