Searched refs:cih (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 1097 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_out_icmp() local 1138 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_out_icmp() 1139 if (cih == NULL) in ip_vs_out_icmp() 1142 pp = ip_vs_proto_get(cih->protocol); in ip_vs_out_icmp() 1147 if (unlikely(cih->frag_off & htons(IP_OFFSET) && in ip_vs_out_icmp() 1163 return handle_response_icmp(AF_INET, skb, &snet, cih->protocol, cp, in ip_vs_out_icmp() 1761 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_in_icmp() local 1805 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp() 1806 if (cih == NULL) in ip_vs_in_icmp() 1808 raddr = (union nf_inet_addr *)&cih->daddr; in ip_vs_in_icmp() [all …]
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 718 ccd cih RIL_RI
|