Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dip_vs.h90 #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ macro
105 IP_VS_CONN_F_ONE_PACKET | \
/linux-2.6.39/net/netfilter/ipvs/
Dip_vs_conn.c194 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_hash()
452 unsigned long t = (cp->flags & IP_VS_CONN_F_ONE_PACKET) ? in ip_vs_conn_put()
561 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET; in ip_vs_bind_dest()
764 if (!ip_vs_conn_unhash(cp) && !(cp->flags & IP_VS_CONN_F_ONE_PACKET)) in ip_vs_conn_expire()
Dip_vs_core.c347 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_sched_persist()
461 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_schedule()
537 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_leave()
1633 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_in()
Dip_vs_sync.c458 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn_v0()
529 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn()