Home
last modified time | relevance | path

Searched refs:oiph (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_htable.c105 iphtable_t *iph, *oiph; local
141 for (oiph = ifs->ifs_ipf_htables[unit]; oiph != NULL;
142 oiph = oiph->iph_next)
143 if (strncmp(oiph->iph_name, name,
144 sizeof(oiph->iph_name)) == 0)
146 } while (oiph != NULL);
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1263 struct ip *oiph, *niph; in nxge_do_softlso() local
1298 oiph = (struct ip *)(mp->b_rptr + ehlen); in nxge_do_softlso()
1299 iphlen = oiph->ip_hl * 4; in nxge_do_softlso()
1312 oiph, in nxge_do_softlso()
1313 oiph->ip_sum, in nxge_do_softlso()
1315 ntohs(oiph->ip_len), pktlen, in nxge_do_softlso()
1319 ntohs(oiph->ip_len) - iphlen)); in nxge_do_softlso()
1322 if (!(oiph->ip_v == IPV4_VERSION)) { in nxge_do_softlso()
1326 ntohs(oiph->ip_len), pktlen, ehlen, in nxge_do_softlso()
1332 if (!(oiph->ip_p == IPPROTO_TCP)) { in nxge_do_softlso()
[all …]
/titanic_50/usr/src/uts/common/inet/ip/
H A Dspd.c5266 ipha_t *oiph; in ipsec_tun_outbound() local
5287 oiph = (ipha_t *)mp->b_rptr; in ipsec_tun_outbound()
5288 if (IPH_HDR_VERSION(oiph) == IPV4_VERSION) { in ipsec_tun_outbound()
5290 IPH_HDR_LENGTH(oiph) : 0); in ipsec_tun_outbound()
5293 ASSERT(IPH_HDR_VERSION(oiph) == IPV6_VERSION); in ipsec_tun_outbound()
6260 ipha_t *oiph; in ipsec_fragcache_add() local
6298 oiph = (ipha_t *)mp->b_rptr; in ipsec_fragcache_add()
6500 IPH_HDR_LENGTH(oiph) : 0); in ipsec_fragcache_add()
6704 oiph = (ipha_t *)data_mp->b_rptr; in ipsec_fragcache_add()
6708 if (IPH_HDR_VERSION(oiph) == IPV4_VERSION) { in ipsec_fragcache_add()
[all …]