Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c114 __u32 thresh2; in ipntable_modify() local
119 if (get_u32(&thresh2, *argv, 0)) in ipntable_modify()
122 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2); in ipntable_modify()
425 __u32 thresh2 = *(__u32 *)RTA_DATA(tb[NDTA_THRESH2]); in print_ntable() local
426 fprintf(fp, "thresh2 %u ", thresh2); in print_ntable()