Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_var.h116 #define IF_MINMTU 72 macro
H A Dif_headless.c1392 devmtu_p->ifdm_min = IF_MINMTU; in headless_ioctl()
1397 ifr->ifr_mtu < IF_MINMTU) { in headless_ioctl()
H A Dif_vlan.c1677 if (mtu < IF_MINMTU) { in vlan_set_mtu()
1809 devmtu_p->ifdm_min = max(min_mtu, IF_MINMTU); in vlan_ioctl()
H A Dif_redirect.c1749 devmtu_p->ifdm_min = IF_MINMTU; in redirect_ioctl()
1754 ifr->ifr_mtu < IF_MINMTU) { in redirect_ioctl()
H A Dif_fake.c4228 devmtu_p->ifdm_min = IF_MINMTU; in feth_ioctl()
4233 ifr->ifr_mtu < IF_MINMTU) { in feth_ioctl()
H A Dif_bond.c2886 mtu_min = IF_MINMTU; in bond_get_mtu_values()
H A Dif.c4037 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) { in ifioctl_ifreq()
/xnu-12377.81.4/bsd/net/classq/
H A Dclassq_subr.c800 if (mtu < IF_MINMTU) { in ifclassq_tbr_set_locked()
801 mtu = IF_MINMTU; in ifclassq_tbr_set_locked()