Searched refs:tun (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c1094 struct union_node *tun = VTOUNION(ap->a_vp); local
1095 if (tun->un_uppervp == NULLVP) {
1096 if (UNNODE_FAULTIN(tun))
1098 if (un->un_uppervp == tun->un_dirvp) {
1103 error = union_copyup(tun, 1, ap->a_context);
1111 vp = tun->un_uppervp;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c3035 int *tun)
3057 if (!tun)
3058 panic("tun == NULL in ipsec6_output_trans");
3064 *tun = 0;
3191 *tun = 1;
3029 ipsec6_output_trans( struct ipsec_output_state *state, u_char *nexthdrp, struct mbuf *mprev, struct secpolicy *sp, __unused int flags, int *tun) argument

Completed in 35 milliseconds