Home
last modified time | relevance | path

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

/Linux-v5.10/net/can/
Dgw.c147 u8 limit_hops; member
461 if (gwj->limit_hops && cgw_hops(nskb) == 1) in can_can_gw_rcv()
462 cgw_hops(nskb) = max_hops - gwj->limit_hops + 1; in can_can_gw_rcv()
579 if (gwj->limit_hops) { in cgw_put_job()
580 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()
1049 gwj->limit_hops = limhops; in cgw_create_job()
1144 if (gwj->limit_hops != limhops) in cgw_remove_job()