Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c112 addattr32(&req.n, sizeof(req), NDTA_THRESH1, thresh1); in ipntable_modify()
415 ret = (tb[NDTA_THRESH1] || tb[NDTA_THRESH2] || tb[NDTA_THRESH3] || in print_ntable()
420 if (tb[NDTA_THRESH1]) { in print_ntable()
421 __u32 thresh1 = rta_getattr_u32(tb[NDTA_THRESH1]); in print_ntable()
/external/libnl/lib/route/
Dneightbl.c112 [NDTA_THRESH1] = { .type = NLA_U32 },
153 if (tb[NDTA_THRESH1]) { in neightbl_msg_parser()
154 ntbl->nt_gc_thresh1 = nla_get_u32(tb[NDTA_THRESH1]); in neightbl_msg_parser()
479 NLA_PUT_U32(m, NDTA_THRESH1, tmpl->nt_gc_thresh1); in rtnl_neightbl_build_change_request()
/external/libnl/include/linux-private/linux/
Dneighbour.h144 NDTA_THRESH1, /* u32 */ enumerator
/external/iproute2/include/linux/
Dneighbour.h156 NDTA_THRESH1, /* u32 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dneighbour.h157 NDTA_THRESH1, /* u32 */ enumerator