Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dip_vs.h96 #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ macro
116 IP_VS_CONN_F_ONE_PACKET | \
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_conn.c172 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_hash()
459 unsigned long t = (cp->flags & IP_VS_CONN_F_ONE_PACKET) ? in ip_vs_conn_put()
577 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET; in ip_vs_bind_dest()
Dip_vs_core.c364 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_sched_persist()
490 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_schedule()
562 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_leave()
1762 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_in()
Dip_vs_sync.c541 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn_v0()
641 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn()