Home
last modified time | relevance | path

Searched refs:NDTA_THRESH2 (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/
Dneightbl.c113 [NDTA_THRESH2] = { .type = NLA_U32 },
158 if (tb[NDTA_THRESH2]) { in neightbl_msg_parser()
159 ntbl->nt_gc_thresh2 = nla_get_u32(tb[NDTA_THRESH2]); in neightbl_msg_parser()
470 NLA_PUT_U32(m, NDTA_THRESH2, tmpl->nt_gc_thresh2); in rtnl_neightbl_build_change_request()
473 NLA_PUT_U32(m, NDTA_THRESH2, tmpl->nt_gc_thresh2); in rtnl_neightbl_build_change_request()
/external/iproute2/ip/
Dipntable.c122 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2); in ipntable_modify()
415 ret = (tb[NDTA_THRESH1] || tb[NDTA_THRESH2] || tb[NDTA_THRESH3] || in print_ntable()
424 if (tb[NDTA_THRESH2]) { in print_ntable()
425 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); in print_ntable()
/external/libnl/include/linux/
Dneighbour.h149 NDTA_THRESH2, /* u32 */ enumerator
/external/iproute2/include/linux/
Dneighbour.h146 NDTA_THRESH2, /* u32 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dneighbour.h154 NDTA_THRESH2, /* u32 */ enumerator