Lines Matching refs:limhops
733 u8 gwtype, void *gwtypeattr, u8 *limhops)
749 *limhops = nla_get_u8(tb[CGW_LIM_HOPS]);
751 if (*limhops < 1 || *limhops > max_hops)
996 u8 limhops = 0;
1013 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
1050 gwj->limit_hops = limhops;
1110 u8 limhops = 0;
1127 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
1146 if (gwj->limit_hops != limhops)