Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_seqadj.c21 seqadj = nfct_seqadj(ct); in nf_ct_seqadj_init()
32 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seqadj_set()
123 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_sack_adjust()
170 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_adjust()
222 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_offset()
Dnf_nat_core.c445 if (nfct_help(ct) && !nfct_seqadj(ct)) in nf_nat_setup_info()
Dnf_conntrack_netlink.c441 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_dump_ct_seq_adj()
1748 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_change_seq_adj()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_seqadj.h24 static inline struct nf_conn_seqadj *nfct_seqadj(const struct nf_conn *ct) in nfct_seqadj() function
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_nfct.c111 !nfct_seqadj(ct) && !nfct_seqadj_ext_add(ct)) in ip_vs_update_conntrack()