Searched refs:csum_check (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c202 .csum_check = NULL,
226 .csum_check = NULL,
H A Dip_vs_proto_udp.c133 /* csum_check requires unshared skb */
139 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
208 /* csum_check requires unshared skb */
214 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
475 .csum_check = udp_csum_check,
H A Dip_vs_proto_sctp.c73 /* csum_check requires unshared skb */
79 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
117 /* csum_check requires unshared skb */
123 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
1127 .csum_check = sctp_csum_check,
H A Dip_vs_proto_tcp.c132 /* csum_check requires unshared skb */
138 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
202 /* csum_check requires unshared skb */
208 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
676 .csum_check = tcp_csum_check,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h331 int (*csum_check)(int af, struct sk_buff *skb, member in struct:ip_vs_protocol

Completed in 64 milliseconds