Home
last modified time | relevance | path

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

/linux-4.4.14/net/can/
Dgw.c150 u8 limit_hops; member
409 if (gwj->limit_hops && cgw_hops(nskb) == 1) in can_can_gw_rcv()
410 cgw_hops(nskb) = max_hops - gwj->limit_hops + 1; in can_can_gw_rcv()
519 if (gwj->limit_hops) { in cgw_put_job()
520 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()
874 gwj->limit_hops = limhops; in cgw_create_job()
968 if (gwj->limit_hops != limhops) in cgw_remove_job()