* Used only for l2 tunnel. */
| 1208 | * Used only for l2 tunnel. |
| 1209 | */ |
| 1210 | static void |
| 1211 | tunifinit(void *xtp) |
| 1212 | { |
| 1213 | struct tuntap_softc *tp; |
| 1214 | |
| 1215 | tp = (struct tuntap_softc *)xtp; |
| 1216 | tuninit(tp->tun_ifp); |
| 1217 | } |
| 1218 | |
| 1219 | /* |
| 1220 | * To be called under TUN_LOCK. Update ifp->if_hwassist according to the |