Searched refs:cih (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_core.c | 938 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_out_icmp() local 979 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_out_icmp() 980 if (cih == NULL) in ip_vs_out_icmp() 983 pp = ip_vs_proto_get(cih->protocol); in ip_vs_out_icmp() 988 if (unlikely(cih->frag_off & htons(IP_OFFSET) && in ip_vs_out_icmp() 1004 return handle_response_icmp(AF_INET, skb, &snet, cih->protocol, cp, in ip_vs_out_icmp() 1658 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_in_icmp() local 1701 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp() 1702 if (cih == NULL) in ip_vs_in_icmp() 1704 raddr = (union nf_inet_addr *)&cih->daddr; in ip_vs_in_icmp() [all …]
|
| /Linux-v5.4/arch/s390/tools/ |
| D | opcodes.txt | 709 ccd cih RIL_RI
|