Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/libiproute/
Diproute.c444 unsigned mss; in iproute_modify() local
450 mss = get_unsigned(*argv, keyword_advmss); in iproute_modify()
451 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss); in iproute_modify()