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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2831 struct flow_tnl *tun; variable in typeref:struct:flow_tnl
2880 tun = &md.tunnel;
2881 tun->tun_id = htonll(tuninfop->mti_id);
2882 tun->flags |= FLOW_TNL_F_KEY;
2883 tun->ip_src = tuninfop->
2885 tun->ip_dst = tuninfop->
2887 tun->ip_tos = tuninfop->mti_tos;
2888 tun->ip_ttl = tuninfop->mti_ttl;
2890 tun->flags |= FLOW_TNL_F_DONT_FRAGMENT;

Completed in 20 milliseconds