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

/linux-4.1.27/net/can/
H A Dgw.c149 u8 limit_hops; member in struct:cgw_job
408 if (gwj->limit_hops && cgw_hops(nskb) == 1) can_can_gw_rcv()
409 cgw_hops(nskb) = max_hops - gwj->limit_hops + 1; can_can_gw_rcv()
518 if (gwj->limit_hops) { cgw_put_job()
519 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) cgw_put_job()
859 gwj->limit_hops = limhops; cgw_create_job()
931 if (gwj->limit_hops != limhops) cgw_remove_job()

Completed in 66 milliseconds