Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c28 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
158 if (!udp_csum_check(cp->af, skb, pp)) in udp_snat_handler()
241 if (!udp_csum_check(cp->af, skb, pp)) in udp_dnat_handler()
300 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check() function