Lines Matching refs:exp

284 		    struct nf_conntrack_expect *exp)  in nat_t120()  argument
290 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_t120()
291 exp->expectfn = nf_nat_follow_master; in nat_t120()
292 exp->dir = !dir; in nat_t120()
294 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_t120()
304 nf_ct_unexpect_related(exp); in nat_t120()
309 &exp->tuple.src.u3.ip, in nat_t120()
310 ntohs(exp->tuple.src.u.tcp.port), in nat_t120()
311 &exp->tuple.dst.u3.ip, in nat_t120()
312 ntohs(exp->tuple.dst.u.tcp.port)); in nat_t120()
322 struct nf_conntrack_expect *exp) in nat_h245() argument
329 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_h245()
330 exp->expectfn = nf_nat_follow_master; in nat_h245()
331 exp->dir = !dir; in nat_h245()
337 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_h245()
347 nf_ct_unexpect_related(exp); in nat_h245()
356 &exp->tuple.src.u3.ip, in nat_h245()
357 ntohs(exp->tuple.src.u.tcp.port), in nat_h245()
358 &exp->tuple.dst.u3.ip, in nat_h245()
359 ntohs(exp->tuple.dst.u.tcp.port)); in nat_h245()
400 __be16 port, struct nf_conntrack_expect *exp) in nat_q931() argument
408 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_q931()
409 exp->expectfn = ip_nat_q931_expect; in nat_q931()
410 exp->dir = !dir; in nat_q931()
416 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_q931()
426 nf_ct_unexpect_related(exp); in nat_q931()
441 nf_ct_unexpect_related(exp); in nat_q931()
448 &exp->tuple.src.u3.ip, in nat_q931()
449 ntohs(exp->tuple.src.u.tcp.port), in nat_q931()
450 &exp->tuple.dst.u3.ip, in nat_q931()
451 ntohs(exp->tuple.dst.u.tcp.port)); in nat_q931()
484 struct nf_conntrack_expect *exp) in nat_callforwarding() argument
490 exp->saved_addr = exp->tuple.dst.u3; in nat_callforwarding()
491 exp->tuple.dst.u3.ip = ct->tuplehash[!dir].tuple.dst.u3.ip; in nat_callforwarding()
492 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_callforwarding()
493 exp->expectfn = ip_nat_callforwarding_expect; in nat_callforwarding()
494 exp->dir = !dir; in nat_callforwarding()
496 nated_port = nf_nat_exp_find_port(exp, ntohs(port)); in nat_callforwarding()
506 nf_ct_unexpect_related(exp); in nat_callforwarding()
512 &exp->tuple.src.u3.ip, in nat_callforwarding()
513 ntohs(exp->tuple.src.u.tcp.port), in nat_callforwarding()
514 &exp->tuple.dst.u3.ip, in nat_callforwarding()
515 ntohs(exp->tuple.dst.u.tcp.port)); in nat_callforwarding()