Searched refs:conn_out (Results 1 – 4 of 4) sorted by relevance
170 .conn_out = ip_vs_sip_conn_out,
1287 if (svc->pe && svc->pe->conn_out) in ip_vs_add_service()1395 new_pe_conn_out = (pe && pe->conn_out) ? true : false; in ip_vs_edit_service()1396 old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false; in ip_vs_edit_service()1434 if (old_pe && old_pe->conn_out) in __ip_vs_del_service()
1242 if (pe && pe->conn_out) in __ip_vs_rs_conn_out()1243 cp = pe->conn_out(svc, dest, skb, iph, in __ip_vs_rs_conn_out()
732 struct ip_vs_conn* (*conn_out)(struct ip_vs_service *svc, member