Searched refs:oiph (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 105 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_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1263 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_44/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 5267 ipha_t *oiph; in ipsec_tun_outbound() local 5288 oiph = (ipha_t *)mp->b_rptr; in ipsec_tun_outbound() 5289 if (IPH_HDR_VERSION(oiph) == IPV4_VERSION) { in ipsec_tun_outbound() 5291 IPH_HDR_LENGTH(oiph) : 0); in ipsec_tun_outbound() 5294 ASSERT(IPH_HDR_VERSION(oiph) == IPV6_VERSION); in ipsec_tun_outbound() 6261 ipha_t *oiph; in ipsec_fragcache_add() local 6299 oiph = (ipha_t *)mp->b_rptr; in ipsec_fragcache_add() 6501 IPH_HDR_LENGTH(oiph) : 0); in ipsec_fragcache_add() 6705 oiph = (ipha_t *)data_mp->b_rptr; in ipsec_fragcache_add() 6709 if (IPH_HDR_VERSION(oiph) == IPV4_VERSION) { in ipsec_fragcache_add() [all …]
|