Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dip_vs.h97 #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ macro
117 IP_VS_CONN_F_ONE_PACKET | \
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c167 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_hash()
231 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_unlink()
469 unsigned long t = (cp->flags & IP_VS_CONN_F_ONE_PACKET) ? in __ip_vs_conn_put_timer()
478 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && in ip_vs_conn_put()
597 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET; in ip_vs_bind_dest()
881 !(cp->flags & IP_VS_CONN_F_ONE_PACKET)) { in ip_vs_conn_expire()
896 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_expire()
H A Dip_vs_core.c392 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()
1186 iph->protocol == IPPROTO_UDP) ? IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_new_conn_out()
2075 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_in_hook()
2082 else if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control) in ip_vs_in_hook()
H A Dip_vs_nfct.c86 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_update_conntrack()
H A Dip_vs_sync.c553 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()