Home
last modified time | relevance | path

Searched refs:limit_hops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/can/
H A Dgw.c147 u8 limit_hops; member
523 if (gwj->limit_hops && cgw_hops(nskb) == 1) in can_can_gw_rcv()
524 cgw_hops(nskb) = max_hops - gwj->limit_hops + 1; in can_can_gw_rcv()
648 if (gwj->limit_hops) { in cgw_put_job()
649 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()
1118 gwj->limit_hops = limhops; in cgw_create_job()
1220 if (gwj->limit_hops != limhops) in cgw_remove_job()