Searched refs:_ciph (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/net/netfilter/ipvs/ |
D | ip_vs_core.c | 931 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_out_icmp() local 972 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_out_icmp() 1647 struct iphdr _ciph, *cih; /* The ip header contained within the ICMP */ in ip_vs_in_icmp() local 1691 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp() 1711 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp() 1739 cih = skb_header_pointer(skb, offset, sizeof(_ciph), in ip_vs_in_icmp() 1740 &_ciph); in ip_vs_in_icmp()
|