taglinefilesource code
route60include/linux/ip.hunsigned long route[MAX_ROUTE];
route65include/linux/ip.hstruct route    record_route;
route66include/linux/ip.hstruct route    loose_route;
route67include/linux/ip.hstruct route    strict_route;
route411net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
route428net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
route445net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;