Searched refs:this_way (Results 1 – 1 of 1) sorted by relevance
15 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_init() local23 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_init()24 this_way->offset_before = off; in nf_ct_seqadj_init()25 this_way->offset_after = off; in nf_ct_seqadj_init()35 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_set() local48 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_set()49 if (this_way->offset_before == this_way->offset_after || in nf_ct_seqadj_set()50 before(this_way->correction_pos, ntohl(seq))) { in nf_ct_seqadj_set()51 this_way->correction_pos = ntohl(seq); in nf_ct_seqadj_set()52 this_way->offset_before = this_way->offset_after; in nf_ct_seqadj_set()[all …]