Home
last modified time | relevance | path

Searched refs:IP_VS_SVC_F_PERSISTENT (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dip_vs.h21 #define IP_VS_SVC_F_PERSISTENT 0x0001 /* persistent port */ macro
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c507 if (svc->flags & IP_VS_SVC_F_PERSISTENT) in ip_vs_schedule()
1155 if (svc->flags & IP_VS_SVC_F_PERSISTENT) { in ip_vs_new_conn_out()
H A Dip_vs_ctl.c2439 if (svc->flags & IP_VS_SVC_F_PERSISTENT) in ip_vs_info_seq_show()