Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/libiproute/
Diproute.c387 struct rtattr * mxrta = (void*)mxbuf; in iproute_modify() local
413 mxrta->rta_type = RTA_METRICS; in iproute_modify()
414 mxrta->rta_len = RTA_LENGTH(0); in iproute_modify()
442 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu); in iproute_modify()
451 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss); in iproute_modify()
546 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
556 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord); in iproute_modify()
566 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTT, in iproute_modify()
575 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTO_MIN, in iproute_modify()
586 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win); in iproute_modify()
[all …]