Searched refs:CGW_LIM_HOPS (Results 1 – 4 of 4) sorted by relevance
81 CGW_LIM_HOPS, /* limit the number of hops of this specific rule */ enumerator
581 if (nla_put_u8(skb, CGW_LIM_HOPS, gwj->limit_hops) < 0) in cgw_put_job()723 [CGW_LIM_HOPS] = { .type = NLA_U8 },748 if (tb[CGW_LIM_HOPS]) { in cgw_parse_attr()749 *limhops = nla_get_u8(tb[CGW_LIM_HOPS]); in cgw_parse_attr()