Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_seqadj.c15 struct nf_ct_seqadj *this_way; in nf_ct_seqadj_init() local
23 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() local
48 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 in nf_ct_seqadj_set()
173 struct nf_ct_seqadj *this_way, *other_way; nf_ct_seq_adjust() local
225 struct nf_ct_seqadj *this_way; nf_ct_seq_offset() local
[all...]