ct_match          730 include/net/ip_vs.h 	bool (*ct_match)(const struct ip_vs_conn_param *p,
ct_match          359 net/netfilter/ipvs/ip_vs_conn.c 		if (unlikely(p->pe_data && p->pe->ct_match)) {
ct_match          362 net/netfilter/ipvs/ip_vs_conn.c 			if (p->pe == cp->pe && p->pe->ct_match(p, cp)) {
ct_match          168 net/netfilter/ipvs/ip_vs_pe_sip.c 	.ct_match =		ip_vs_sip_ct_match,