Searched refs:ip_vs_conn_hashkey (Results 1 - 1 of 1) 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_conn.c136 static unsigned int ip_vs_conn_hashkey(int af, unsigned proto, function
165 hash = ip_vs_conn_hashkey(cp->af, cp->protocol, &cp->caddr, cp->cport);
198 hash = ip_vs_conn_hashkey(cp->af, cp->protocol, &cp->caddr, cp->cport);
231 hash = ip_vs_conn_hashkey(af, protocol, s_addr, s_port);
305 hash = ip_vs_conn_hashkey(af, protocol, s_addr, s_port);
354 hash = ip_vs_conn_hashkey(af, protocol, d_addr, d_port);

Completed in 64 milliseconds