Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c1470 struct tuninfo *tunp; in tunioctl() local
1598 tunp = (struct tuninfo *)data; in tunioctl()
1599 if (TUN2IFP(tp)->if_type != tunp->type) in tunioctl()
1602 if (TUN2IFP(tp)->if_mtu != tunp->mtu) { in tunioctl()
1604 ifr.ifr_mtu = tunp->mtu; in tunioctl()
1614 TUN2IFP(tp)->if_baudrate = tunp->baudrate; in tunioctl()
1618 tunp = (struct tuninfo *)data; in tunioctl()
1620 tunp->mtu = TUN2IFP(tp)->if_mtu; in tunioctl()
1621 tunp->type = TUN2IFP(tp)->if_type; in tunioctl()
1622 tunp->baudrate = TUN2IFP(tp)->if_baudrate; in tunioctl()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c112 struct unionfs_node *unp, *tunp; in unionfs_deferred_rele() local
120 STAILQ_FOREACH_SAFE(unp, &local_rele_list, un_rele, tunp) { in unionfs_deferred_rele()