Home
last modified time | relevance | path

Searched refs:_ciph (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_core.c938 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()
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()
1721 cih = skb_header_pointer(skb, offset, sizeof(_ciph), &_ciph); in ip_vs_in_icmp()
1746 cih = skb_header_pointer(skb, offset, sizeof(_ciph), in ip_vs_in_icmp()
1747 &_ciph); in ip_vs_in_icmp()