taglinefilesource code
route58include/linux/ip.hunsigned long route[MAX_ROUTE];
route63include/linux/ip.hstruct route    record_route;
route64include/linux/ip.hstruct route    loose_route;
route65include/linux/ip.hstruct route    strict_route;
route387net/inet/ip.copt->loose_route.route[i] = *(unsigned long *)buff;
route404net/inet/ip.copt->strict_route.route[i] = *(unsigned long *)buff;
route421net/inet/ip.copt->record_route.route[i] = *(unsigned long *)buff;