Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dneightbl.c119 [NDTA_PARMS] = { .type = NLA_NESTED },
186 if (tb[NDTA_PARMS]) { in neightbl_msg_parser()
190 err = nla_parse_nested(tbp, NDTPA_MAX, tb[NDTA_PARMS], NULL); in neightbl_msg_parser()
549 if (nla_put_nested(m, NDTA_PARMS, parms) < 0) in rtnl_neightbl_build_change_request()
/third_party/libnl/include/linux-private/linux/
Dneighbour.h164 NDTA_PARMS, /* nested TLV NDTPA_* */ enumerator