Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dip_vs.h97 #define IP_VS_CONN_F_ONE_PACKET 0x2000 /* forward only one packet */ macro
117 IP_VS_CONN_F_ONE_PACKET | \
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_conn.c168 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()
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()
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()
Dip_vs_nfct.c86 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_update_conntrack()
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()