Home
last modified time | relevance | path

Searched refs:ct_match (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c474 if (unlikely(p->pe_data && p->pe->ct_match)) { in ip_vs_ct_in_get()
476 p->pe->ct_match(p, cp) && in ip_vs_ct_in_get()
/linux/include/net/
H A Dip_vs.h1035 bool (*ct_match)(const struct ip_vs_conn_param *p, member