Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_seqadj.c14 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_init() local
22 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_init()
23 this_way->offset_before = off; in nf_ct_seqadj_init()
24 this_way->offset_after = off; in nf_ct_seqadj_init()
34 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_set() local
47 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_set()
48 if (this_way->offset_before == this_way->offset_after || in nf_ct_seqadj_set()
49 before(this_way->correction_pos, ntohl(seq))) { in nf_ct_seqadj_set()
50 this_way->correction_pos = ntohl(seq); in nf_ct_seqadj_set()
51 this_way->offset_before = this_way->offset_after; in nf_ct_seqadj_set()
[all …]