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

/linux-master/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-master/net/netfilter/ipvs/
H A Dip_vs_conn.c168 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
232 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
470 unsigned long t = (cp->flags & IP_VS_CONN_F_ONE_PACKET) ?
479 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) &&
598 conn_flags &= ~IP_VS_CONN_F_ONE_PACKET;
882 !(cp->flags & IP_VS_CONN_F_ONE_PACKET)) {
897 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
1031 * IP_VS_CONN_F_ONE_PACKET too.
H A Dip_vs_nfct.c86 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
H A Dip_vs_core.c392 IP_VS_CONN_F_ONE_PACKET : 0;
539 IP_VS_CONN_F_ONE_PACKET : 0;
607 IP_VS_CONN_F_ONE_PACKET : 0;
634 if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control)
1186 iph->protocol == IPPROTO_UDP) ? IP_VS_CONN_F_ONE_PACKET : 0;
2075 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
2082 else if ((cp->flags & IP_VS_CONN_F_ONE_PACKET) && cp->control)
H A Dip_vs_sync.c553 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
646 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)

Completed in 128 milliseconds