Searched refs:seqadj (Results 1 – 1 of 1) sorted by relevance
14 struct nf_conn_seqadj *seqadj; in nf_ct_seqadj_init() local22 seqadj = nfct_seqadj(ct); in nf_ct_seqadj_init()23 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_init()33 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seqadj_set() local40 if (unlikely(!seqadj)) { in nf_ct_seqadj_set()48 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_set()123 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_sack_adjust() local156 &seqadj->seq[!dir]); in nf_ct_sack_adjust()172 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_adjust() local176 this_way = &seqadj->seq[dir]; in nf_ct_seq_adjust()[all …]