Searched refs:seqadj (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_seqadj.c13 struct nf_conn_seqadj *seqadj; nf_ct_seqadj_init() local
21 seqadj = nfct_seqadj(ct); nf_ct_seqadj_init()
22 this_way = &seqadj->seq[dir]; nf_ct_seqadj_init()
32 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); nf_ct_seqadj_set() local
39 if (unlikely(!seqadj)) { nf_ct_seqadj_set()
47 this_way = &seqadj->seq[dir]; nf_ct_seqadj_set()
123 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); nf_ct_sack_adjust() local
154 &seqadj->seq[!dir]); nf_ct_sack_adjust()
170 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); nf_ct_seq_adjust() local
174 this_way = &seqadj->seq[dir]; nf_ct_seq_adjust()
175 other_way = &seqadj->seq[!dir]; nf_ct_seq_adjust()
218 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); nf_ct_seq_offset() local
221 if (!seqadj) nf_ct_seq_offset()
224 this_way = &seqadj->seq[dir]; nf_ct_seq_offset()
H A Dnf_conntrack_netlink.c432 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); ctnetlink_dump_ct_seq_adj() local
435 if (!(ct->status & IPS_SEQ_ADJUST) || !seqadj) ctnetlink_dump_ct_seq_adj()
438 seq = &seqadj->seq[IP_CT_DIR_ORIGINAL]; ctnetlink_dump_ct_seq_adj()
442 seq = &seqadj->seq[IP_CT_DIR_REPLY]; ctnetlink_dump_ct_seq_adj()
1611 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); ctnetlink_change_seq_adj() local
1614 if (!seqadj) ctnetlink_change_seq_adj()
1618 ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_ORIGINAL], ctnetlink_change_seq_adj()
1627 ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_REPLY], ctnetlink_change_seq_adj()

Completed in 94 milliseconds