Searched refs:mtu_min (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c4524 int mtu_min = (ETH_MIN_PACKET_SIZE - ETH_HLEN); local
4538 if ((ifr->ifr_mtu < mtu_min) || (ifr->ifr_mtu > mtu_max)) {
4540 ifr->ifr_mtu, mtu_min, mtu_max);

Completed in 159 milliseconds