Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Duser.c2066 int mtu_limit; in dsa_user_change_mtu() local
2097 mtu_limit = min_t(int, conduit->max_mtu, dev->max_mtu + overhead); in dsa_user_change_mtu()
2100 if (new_conduit_mtu > mtu_limit) in dsa_user_change_mtu()