Lines Matching refs:limhops
801 u8 gwtype, void *gwtypeattr, u8 *limhops)
817 *limhops = nla_get_u8(tb[CGW_LIM_HOPS]);
819 if (*limhops < 1 || *limhops > max_hops)
1064 u8 limhops = 0;
1081 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
1118 gwj->limit_hops = limhops;
1184 u8 limhops = 0;
1201 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
1220 if (gwj->limit_hops != limhops)