Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dneightbl.c113 [NDTA_THRESH1] = { .type = NLA_U32 },
154 if (tb[NDTA_THRESH1]) { in neightbl_msg_parser()
155 ntbl->nt_gc_thresh1 = nla_get_u32(tb[NDTA_THRESH1]); in neightbl_msg_parser()
480 NLA_PUT_U32(m, NDTA_THRESH1, tmpl->nt_gc_thresh1); in rtnl_neightbl_build_change_request()
/third_party/libnl/include/linux-private/linux/
Dneighbour.h160 NDTA_THRESH1, /* u32 */ enumerator