Searched refs:genhash (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpf.c156 genhash (struct pf_cn_set *cns, const char *prefix, const int n_clients) function
288 if (!genhash (&pfs->cns, prefix, n_clients))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c1159 int genhash; local
1182 genhash = tcp_v4_md5_hash_skb(newhash,
1186 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
1191 genhash ? " tcp_v4_calc_md5_hash failed" : "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c854 int genhash; local
875 genhash = tcp_v6_md5_hash_skb(newhash,
879 if (genhash || memcmp(hash_location, newhash, 16) != 0) {
882 genhash ? "failed" : "mismatch",

Completed in 87 milliseconds