expectations       74 include/net/netfilter/nf_conntrack_helper.h 	struct hlist_head expectations;
expectations     1771 net/netfilter/nf_conntrack_core.c 	if (ct->master || (help && !hlist_empty(&help->expectations)))
expectations      223 net/netfilter/nf_conntrack_expect.c 	hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) {
expectations      388 net/netfilter/nf_conntrack_expect.c 	hlist_add_head_rcu(&exp->lnode, &master_help->expectations);
expectations      404 net/netfilter/nf_conntrack_expect.c 	hlist_for_each_entry(exp, &master_help->expectations, lnode) {
expectations      205 net/netfilter/nf_conntrack_helper.c 		INIT_HLIST_HEAD(&help->expectations);
expectations     2954 net/netfilter/nf_conntrack_netlink.c 	hlist_for_each_entry_rcu(exp, &help->expectations, lnode) {
expectations      812 net/netfilter/nf_conntrack_sip.c 	hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) {
expectations      835 net/netfilter/nf_conntrack_sip.c 	hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) {
expectations      340 net/netfilter/nf_nat_sip.c 		hlist_for_each_entry(pair_exp, &help->expectations, lnode) {