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