Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c185 iptun_t *iptun = arg; in iptun_m_getstat() local
190 *val = iptun->iptun_ierrors; in iptun_m_getstat()
193 *val = iptun->iptun_oerrors; in iptun_m_getstat()
196 *val = iptun->iptun_rbytes; in iptun_m_getstat()
199 *val = iptun->iptun_ipackets; in iptun_m_getstat()
202 *val = iptun->iptun_obytes; in iptun_m_getstat()
205 *val = iptun->iptun_opackets; in iptun_m_getstat()
208 *val = iptun->iptun_norcvbuf; in iptun_m_getstat()
211 *val = iptun->iptun_noxmtbuf; in iptun_m_getstat()
223 iptun_t *iptun = arg; in iptun_m_start() local
[all …]
H A Diptun_dev.c88 iptun_t *iptun; in iptun_stack_shutdown() local
92 while ((iptun = list_head(&iptuns->iptuns_iptunlist)) != NULL) { in iptun_stack_shutdown()
93 linkid = iptun->iptun_linkid; in iptun_stack_shutdown()
94 (void) iptun_delete(linkid, iptun->iptun_connp->conn_cred); in iptun_stack_shutdown()
237 iptun_t *iptun = buf; in iptun_constructor() local
239 bzero(iptun, sizeof (*iptun)); in iptun_constructor()
240 mutex_init(&iptun->iptun_lock, NULL, MUTEX_DEFAULT, NULL); in iptun_constructor()
241 cv_init(&iptun->iptun_upcall_cv, NULL, CV_DRIVER, NULL); in iptun_constructor()
242 cv_init(&iptun->iptun_enter_cv, NULL, CV_DRIVER, NULL); in iptun_constructor()
251 iptun_t *iptun = buf; in iptun_destructor() local
[all …]
H A Diptun_impl.h160 #define IS_IPTUN_RUNNING(iptun) \ argument
161 ((iptun->iptun_flags & (IPTUN_BOUND | IPTUN_MAC_STARTED)) == \
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Dacquire-compare.sh87 dladm create-iptun -t -T ipv4 -a local=$MY_IP -a remote=$TEST_REMOTE_DST1 rush0
88 dladm create-iptun -t -T ipv4 -a local=$MY_IP -a remote=$TEST_REMOTE_DST2 vh0
130 dladm delete-iptun vh0
131 dladm delete-iptun rush0
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-iptun52 /sbin/dladm show-iptun -p -o link
70 /sbin/dladm up-iptun
151 /sbin/dladm down-iptun
H A DMakefile43 network-iptun.xml \
117 net-iptun \
H A Dnet-physical134 /sbin/dladm show-iptun -P $intf > /dev/null 2>&1
/illumos-gate/usr/src/uts/intel/iptun/
H A DMakefile34 MODULE = iptun
37 CONF_SRCDIR = $(UTSBASE)/common/inet/iptun
/illumos-gate/usr/src/uts/common/inet/
H A DMakefile34 ipsecah.h ipsecesp.h ipsec_info.h iptun.h ip6_asp.h ip_if.h ip_ire.h \
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1162 MODULE(iptun,drv);
1163 STUB(iptun, iptun_create, nomod_einval);
1164 STUB(iptun, iptun_delete, nomod_einval);
1165 STUB(iptun, iptun_set_policy, nomod_einval);
1166 END_MODULE(iptun);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S1023 MODULE(iptun,drv);
1024 STUB(iptun, iptun_create, nomod_einval);
1025 STUB(iptun, iptun_delete, nomod_einval);
1026 STUB(iptun, iptun_set_policy, nomod_void) ;
1027 END_MODULE(iptun);
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel369 DRV_KMODS += iptun
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c5189 ipsec_tun_outbound(mblk_t *mp, iptun_t *iptun, ipha_t *inner_ipv4, in ipsec_tun_outbound() argument
5198 ipsec_tun_pol_t *itp = iptun->iptun_itp; in ipsec_tun_outbound()
5199 netstack_t *ns = iptun->iptun_ns; in ipsec_tun_outbound()
5414 ixa->ixa_zoneid = iptun->iptun_connp->conn_zoneid; in ipsec_tun_outbound()
6109 iptun_t *iptun; in itp_get_byaddr() local
6128 iptun = connp->conn_iptun; in itp_get_byaddr()
6129 if (iptun != NULL) { in itp_get_byaddr()
6130 itp = iptun->iptun_itp; in itp_get_byaddr()
H A Dip_input.c2981 goto iptun; in ip_fanout_v4()
3051 goto iptun; in ip_fanout_v4()
3076 iptun: /* IPPROTO_ENCAPS that is not self-encapsulated */ in ip_fanout_v4()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.p5m143 file path=kernel/drv/$(ARCH64)/iptun group=sys
218 file path=kernel/drv/iptun.conf group=sys
520 driver name=iptun
H A DSUNWcs.p5m348 file path=lib/svc/manifest/network/network-iptun.xml group=sys mode=0444
434 file path=lib/svc/method/net-iptun mode=0555
/illumos-gate/exception_lists/
H A Dpackaging77 usr/include/inet/iptun.h
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules509 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/iptun/%.c
H A DMakefile.files691 IPTUN_OBJS += iptun_dev.o iptun_ctl.o iptun.o