limit_hops 148 net/can/gw.c u8 limit_hops; limit_hops 462 net/can/gw.c if (gwj->limit_hops && cgw_hops(nskb) == 1) limit_hops 463 net/can/gw.c cgw_hops(nskb) = max_hops - gwj->limit_hops + 1; limit_hops 580 net/can/gw.c if (gwj->limit_hops) { limit_hops 581 net/can/gw.c if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) limit_hops 1050 net/can/gw.c gwj->limit_hops = limhops; limit_hops 1145 net/can/gw.c if (gwj->limit_hops != limhops)