Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h81 CGW_LIM_HOPS, /* limit the number of hops of this specific rule */ enumerator
/openbmc/linux/net/can/
H A Dgw.c649 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()
791 [CGW_LIM_HOPS] = { .type = NLA_U8 },
816 if (tb[CGW_LIM_HOPS]) { in cgw_parse_attr()
817 *limhops = nla_get_u8(tb[CGW_LIM_HOPS]); in cgw_parse_attr()