Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_core.c1424 if (pe && pe->conn_out) in __ip_vs_rs_conn_out()
1425 cp = pe->conn_out(svc, dest, skb, iph, in __ip_vs_rs_conn_out()
H A Dip_vs_ctl.c1817 if (pe && pe->conn_out) in ip_vs_add_service()
1955 new_pe_conn_out = (pe && pe->conn_out) ? true : false; in ip_vs_edit_service()
1956 old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false; in ip_vs_edit_service()
1999 if (old_pe && old_pe->conn_out) in __ip_vs_del_service()
/linux/include/net/
H A Dip_vs.h1041 struct ip_vs_conn* (*conn_out)(struct ip_vs_service *svc, member