Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/libiproute/
Diproute.c386 char mxbuf[256]; in iproute_modify() local
387 struct rtattr * mxrta = (void*)mxbuf; 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()
596 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_CWND, win); in iproute_modify()
[all …]