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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_core.c51 EXPORT_SYMBOL(ip_vs_conn_new); variable
270 ct = ip_vs_conn_new(iph->protocol,
278 ct = ip_vs_conn_new(iph->protocol,
325 ct = ip_vs_conn_new(IPPROTO_IP,
332 ct = ip_vs_conn_new(iph->protocol,
352 cp = ip_vs_conn_new(iph->protocol,
419 cp = ip_vs_conn_new(iph->protocol,
471 cp = ip_vs_conn_new(iph->protocol,
H A Dip_vs_ftp.c166 n_cp = ip_vs_conn_new(IPPROTO_TCP,
287 n_cp = ip_vs_conn_new(IPPROTO_TCP,
H A Dip_vs_conn.c346 * Called by ip_vs_conn_new.
599 ip_vs_conn_new(int proto, __be32 caddr, __be16 cport, __be32 vaddr, __be16 vport, function
608 IP_VS_ERR_RL("ip_vs_conn_new: no memory available.\n");
H A Dip_vs_sync.c320 cp = ip_vs_conn_new(s->protocol,
326 IP_VS_ERR("ip_vs_conn_new failed\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_vs.h759 ip_vs_conn_new(int proto, __be32 caddr, __be16 cport, __be32 vaddr, __be16 vport,

Completed in 103 milliseconds