Searched refs:cih (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_core.c | 919 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_out_icmp() local 960 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_out_icmp() 961 if (cih == NULL) in ip_vs_out_icmp() 964 pp = ip_vs_proto_get(cih->protocol); in ip_vs_out_icmp() 969 if (unlikely(cih->frag_off & htons(IP_OFFSET) && in ip_vs_out_icmp() 985 return handle_response_icmp(AF_INET, skb, &snet, cih->protocol, cp, in ip_vs_out_icmp() 1588 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_in_icmp() local 1632 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp() 1633 if (cih == NULL) in ip_vs_in_icmp() 1635 raddr = (union nf_inet_addr *)&cih->daddr; in ip_vs_in_icmp() [all …]
|
/linux-6.1.9/arch/s390/tools/ |
D | opcodes.txt | 714 ccd cih RIL_RI
|