Searched refs:ip_vs_header_check (Results 1 – 2 of 2) sorted by relevance
671 if (ip_vs_header_check(skb, iph->protocol, ihl) == -1) in ip_vs_out()1057 if (ip_vs_header_check(skb, iph->protocol, ihl) == -1) in ip_vs_in()
796 extern inline int ip_vs_header_check(struct sk_buff *skb, int proto, int ihl) in ip_vs_header_check() function