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

/linux-4.1.27/net/can/
H A Dgw.c626 u8 gwtype, void *gwtypeattr, u8 *limhops) cgw_parse_attr()
642 *limhops = nla_get_u8(tb[CGW_LIM_HOPS]); cgw_parse_attr()
644 if (*limhops < 1 || *limhops > max_hops) cgw_parse_attr()
805 u8 limhops = 0; cgw_create_job() local
833 &limhops); cgw_create_job()
859 gwj->limit_hops = limhops; cgw_create_job()
894 u8 limhops = 0; cgw_remove_job() local
911 err = cgw_parse_attr(nlh, &mod, CGW_TYPE_CAN_CAN, &ccgw, &limhops); cgw_remove_job()
931 if (gwj->limit_hops != limhops) cgw_remove_job()
625 cgw_parse_attr(struct nlmsghdr *nlh, struct cf_mod *mod, u8 gwtype, void *gwtypeattr, u8 *limhops) cgw_parse_attr() argument

Completed in 70 milliseconds