Home
last modified time | relevance | path

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

/linux/net/can/
H A Dgw.c148 u8 limit_hops; member
531 if (gwj->limit_hops && ncsx->can_gw_hops == 1) in can_can_gw_rcv()
532 ncsx->can_gw_hops = max_hops - gwj->limit_hops + 1; in can_can_gw_rcv()
668 if (gwj->limit_hops) { in cgw_put_job()
669 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()
1150 gwj->limit_hops = limhops; in cgw_create_job()
1256 if (gwj->limit_hops != limhops) in cgw_remove_job()