Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Dnf_nat_helper.c45 struct nf_nat_seq *this_way, *other_way; in adjust_tcp_sequence() local
53 other_way = &nat->seq[!dir]; in adjust_tcp_sequence()
381 struct nf_nat_seq *this_way, *other_way; in nf_nat_seq_adjust() local
386 other_way = &nat->seq[!dir]; in nf_nat_seq_adjust()
397 if (after(ntohl(tcph->ack_seq) - other_way->offset_before, in nf_nat_seq_adjust()
398 other_way->correction_pos)) in nf_nat_seq_adjust()
399 newack = htonl(ntohl(tcph->ack_seq) - other_way->offset_after); in nf_nat_seq_adjust()
401 newack = htonl(ntohl(tcph->ack_seq) - other_way->offset_before); in nf_nat_seq_adjust()