taglinefilesource code
route57include/linux/ip.hunsigned long route[MAX_ROUTE];
route62include/linux/ip.hstruct route    record_route;
route63include/linux/ip.hstruct route    loose_route;
route64include/linux/ip.hstruct route    strict_route;
route369net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
route386net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
route403net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;