Home
last modified time | relevance | path

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

/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 | \
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c253 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
312 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
608 unsigned long t = (cp->flags & IP_VS_CONN_F_ONE_PACKET) ? in ip_vs_bind_dest()
617 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && in ip_vs_bind_dest()
1005 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET; in ip_vs_conn_new()
1283 !(cp->flags & IP_VS_CONN_F_ONE_PACKET)) { in todrop_entry()
1301 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_conn_ops_mode()
1441 * IP_VS_CONN_F_ONE_PACKET too. in ip_vs_expire_nodest_conn_flush()
H A Dip_vs_core.c570 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_addr_is_unicast()
717 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_gather_frags()
785 IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_nat_icmp()
812 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control) in ip_vs_nat_icmp_v6()
1364 iph->protocol == IPPROTO_UDP) ? IP_VS_CONN_F_ONE_PACKET : 0; in ip_vs_out_hook()
2254 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_register_hooks()
2261 else if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control) in ip_vs_unregister_hooks()
H A Dip_vs_nfct.c85 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_update_conntrack()
H A Dip_vs_sync.c552 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn_v0()
645 if (cp->flags & IP_VS_CONN_F_ONE_PACKET) in ip_vs_sync_conn()