Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.c108 static int tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu);
523 tsec_set_mtu(sc, if_getmtu(ifp)); in tsec_init_locked()
935 if (tsec_set_mtu(sc, ifr->ifr_mtu)) in tsec_ioctl()
1914 tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu) in tsec_set_mtu() function