Searched refs:mtu_limit (Results 1 – 1 of 1) sorted by relevance
2112 int mtu_limit; in dsa_user_change_mtu() local2143 mtu_limit = min_t(int, conduit->max_mtu, dev->max_mtu + overhead); in dsa_user_change_mtu()2146 if (new_conduit_mtu > mtu_limit) in dsa_user_change_mtu()