Searched refs:this_way (Results 1 – 1 of 1) sorted by relevance
14 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_init() local22 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() local47 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 …]