Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_nat_sip.c322 struct nf_conntrack_expect *pair_exp; in nf_nat_sip_expected() local
340 hlist_for_each_entry(pair_exp, &help->expectations, lnode) { in nf_nat_sip_expected()
341 if (pair_exp->tuple.src.l3num == nf_ct_l3num(ct) && in nf_nat_sip_expected()
342 pair_exp->tuple.dst.protonum == ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.protonum && in nf_nat_sip_expected()
343 nf_inet_addr_cmp(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3, &pair_exp->saved_addr) && in nf_nat_sip_expected()
344 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.all == pair_exp->saved_proto.all) { in nf_nat_sip_expected()
346 range.min_proto.all = range.max_proto.all = pair_exp->tuple.dst.u.all; in nf_nat_sip_expected()
347 range.min_addr = range.max_addr = pair_exp->tuple.dst.u3; in nf_nat_sip_expected()