Searched refs:cih (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_core.c | 903 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_out_icmp() local 944 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_out_icmp() 945 if (cih == NULL) in ip_vs_out_icmp() 948 pp = ip_vs_proto_get(cih->protocol); in ip_vs_out_icmp() 953 if (unlikely(cih->frag_off & htons(IP_OFFSET) && in ip_vs_out_icmp() 968 return handle_response_icmp(AF_INET, skb, &snet, cih->protocol, cp, in ip_vs_out_icmp() 1392 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_in_icmp() local 1434 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp() 1435 if (cih == NULL) in ip_vs_in_icmp() 1440 if (cih->protocol == IPPROTO_IPIP) { in ip_vs_in_icmp() [all …]
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | FreeBird | 16 CIH <cih@coventive.com>
|