Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip_vs.h35 #define IP_VS_HDR_ICMP 2 macro
118 int hdr_flags = IP_VS_HDR_ICMP; in ip_vs_fill_iph_skb_icmp()
148 return !!(iph->hdr_flags & IP_VS_HDR_ICMP); in ip_vs_iph_icmp()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c601 !(iph->hdr_flags & (IP_VS_HDR_INVERSE | IP_VS_HDR_ICMP)) && in ip_vs_leave()