Searched refs:limhops (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/can/
H A Dgw.c801 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; local
1081 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
1118 gwj->limit_hops = limhops;
1184 u8 limhops = 0; local
1201 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops);
1220 if (gwj->limit_hops != limhops)
800 cgw_parse_attr(struct nlmsghdr *nlh, struct cf_mod *mod, u8 gwtype, void *gwtypeattr, u8 *limhops) argument
[all...]

Completed in 203 milliseconds