Searched refs:IP_VS_CONN_F_ONE_PACKET (Results 1 – 5 of 5) sorted by relevance
97 #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ macro117 IP_VS_CONN_F_ONE_PACKET | \
168 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_hash()232 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_unlink()470 unsigned long t = (cp->flags & IP_VS_CONN_F_ONE_PACKET) ? in __ip_vs_conn_put_timer()479 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && in ip_vs_conn_put()598 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET; in ip_vs_bind_dest()882 !(cp->flags & IP_VS_CONN_F_ONE_PACKET)) { in ip_vs_conn_expire()897 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_expire()
392 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_sched_persist()539 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_schedule()607 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_leave()634 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control) in ip_vs_leave()1187 iph->protocol == IPPROTO_UDP) ? IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_new_conn_out()2081 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_in_hook()2088 else if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control) in ip_vs_in_hook()
86 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_update_conntrack()
553 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn_v0()646 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn()
Completed in 15 milliseconds