Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dneighbour.h162 NDTA_THRESH3, /* u32 */ enumerator
/third_party/libnl/lib/route/
Dneightbl.c115 [NDTA_THRESH3] = { .type = NLA_U32 },
164 if (tb[NDTA_THRESH3]) { in neightbl_msg_parser()
165 ntbl->nt_gc_thresh3 = nla_get_u32(tb[NDTA_THRESH3]); in neightbl_msg_parser()