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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_core.c613 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ local
654 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph);
655 if (cih == NULL)
658 pp = ip_vs_proto_get(cih->protocol);
663 if (unlikely(cih->frag_off & htons(IP_OFFSET) &&
669 offset += cih->ihl * 4;
672 cp = pp->conn_out_get(skb, pp, cih, offset, 1);
691 if (IPPROTO_TCP == cih->protocol || IPPROTO_UDP == cih->protocol)
855 struct iphdr _ciph, *cih; /* Th local
[all...]

Completed in 32 milliseconds