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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c919 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ local
960 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph);
961 if (cih == NULL)
964 pp = ip_vs_proto_get(cih->protocol);
969 if (unlikely(cih->frag_off & htons(IP_OFFSET) &&
985 return handle_response_icmp(AF_INET, skb, &snet, cih->protocol, cp,
1582 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ local
1626 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph);
1627 if (cih == NULL)
1629 raddr = (union nf_inet_addr *)&cih
[all...]

Completed in 133 milliseconds