limhops           733 net/can/gw.c   			  u8 gwtype, void *gwtypeattr, u8 *limhops)
limhops           749 net/can/gw.c   		*limhops = nla_get_u8(tb[CGW_LIM_HOPS]);
limhops           751 net/can/gw.c   		if (*limhops < 1 || *limhops > max_hops)
limhops           996 net/can/gw.c   	u8 limhops = 0;
limhops          1013 net/can/gw.c   	err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
limhops          1050 net/can/gw.c   	gwj->limit_hops = limhops;
limhops          1109 net/can/gw.c   	u8 limhops = 0;
limhops          1126 net/can/gw.c   	err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
limhops          1145 net/can/gw.c   		if (gwj->limit_hops != limhops)