Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c132 addattr32(&req.n, sizeof(req), NDTA_THRESH3, thresh3); in ipntable_modify()
415 ret = (tb[NDTA_THRESH1] || tb[NDTA_THRESH2] || tb[NDTA_THRESH3] || in print_ntable()
428 if (tb[NDTA_THRESH3]) { in print_ntable()
429 __u32 thresh3 = rta_getattr_u32(tb[NDTA_THRESH3]); in print_ntable()
/external/libnl/include/linux/
Dneighbour.h150 NDTA_THRESH3, /* u32 */ enumerator
/external/iproute2/include/linux/
Dneighbour.h147 NDTA_THRESH3, /* u32 */ enumerator
/external/kernel-headers/original/uapi/linux/
Dneighbour.h155 NDTA_THRESH3, /* u32 */ enumerator
/external/libnl/lib/route/
Dneightbl.c114 [NDTA_THRESH3] = { .type = NLA_U32 },
163 if (tb[NDTA_THRESH3]) { in neightbl_msg_parser()
164 ntbl->nt_gc_thresh3 = nla_get_u32(tb[NDTA_THRESH3]); in neightbl_msg_parser()