Home
last modified time | relevance | path

Searched refs:expectfn (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_conntrack.h149 int (*expectfn)(struct ip_conntrack *new); member
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_conntrack_tftp.c60 exp.expectfn = NULL; in tftp_help()
Dip_conntrack_irc.c226 exp->expectfn = NULL; in help()
Dip_conntrack_ftp.c375 exp->expectfn = NULL; in help()
Dip_conntrack_core.c756 if (expected && expected->expectfn) in init_conntrack()
757 expected->expectfn(conntrack); in init_conntrack()