Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnf_conntrack_seqadj.c14 struct nf_conn_seqadj *seqadj; in nf_ct_seqadj_init() local
22 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() local
40 if (unlikely(!seqadj)) { in nf_ct_seqadj_set()
48 this_way = &seqadj->seq[dir]; in nf_ct_seqadj_set()
156 &seqadj->seq[!dir]); in nf_ct_sack_adjust()
176 this_way = &seqadj->seq[dir]; in nf_ct_seq_adjust()
177 other_way = &seqadj->seq[!dir]; in nf_ct_seq_adjust()
227 if (!seqadj) in nf_ct_seq_offset()
[all …]
H A Dnf_conntrack_netlink.c482 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_dump_ct_seq_adj() local
485 if (!(ct->status & IPS_SEQ_ADJUST) || !seqadj) in ctnetlink_dump_ct_seq_adj()
489 seq = &seqadj->seq[IP_CT_DIR_ORIGINAL]; in ctnetlink_dump_ct_seq_adj()
493 seq = &seqadj->seq[IP_CT_DIR_REPLY]; in ctnetlink_dump_ct_seq_adj()
2105 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_change_seq_adj() local
2108 if (!seqadj) in ctnetlink_change_seq_adj()
2113 ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_ORIGINAL], in ctnetlink_change_seq_adj()
2122 ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_REPLY], in ctnetlink_change_seq_adj()
/linux-6.15/Documentation/netlink/specs/
H A Dconntrack.yaml328 name: seqadj-attrs
430 nested-attributes: seqadj-attrs
434 nested-attributes: seqadj-attrs