Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_var.h110 #define IF_MINMTU 72 macro
H A Dif_headless.c1395 devmtu_p->ifdm_min = IF_MINMTU; in headless_ioctl()
1400 ifr->ifr_mtu < IF_MINMTU) { in headless_ioctl()
H A Dif_vlan.c1735 if (mtu < IF_MINMTU) { in vlan_set_mtu()
1867 devmtu_p->ifdm_min = max(min_mtu, IF_MINMTU); in vlan_ioctl()
H A Dif_fake.c3682 devmtu_p->ifdm_min = IF_MINMTU; in feth_ioctl()
3687 ifr->ifr_mtu < IF_MINMTU) { in feth_ioctl()
H A Dif_bond.c2854 mtu_min = IF_MINMTU; in bond_get_mtu_values()
H A Dif.c3632 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) { in ifioctl_ifreq()
/xnu-8792.41.9/bsd/net/classq/
H A Dclassq_subr.c768 if (mtu < IF_MINMTU) { in ifclassq_tbr_set()
769 mtu = IF_MINMTU; in ifclassq_tbr_set()