Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_seqadj.c22 seqadj = nfct_seqadj(ct); in nf_ct_seqadj_init()
33 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()
172 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_adjust()
224 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_offset()
H A Dnf_nat_core.c823 if (nfct_help(ct) && !nfct_seqadj(ct)) in nf_nat_inet_fn()
H A Dnf_conntrack_netlink.c465 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct);
2080 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_change_seq_adj()
/linux/include/net/netfilter/
H A Dnf_conntrack_seqadj.h24 static inline struct nf_conn_seqadj *nfct_seqadj(const struct nf_conn *ct) in nfct_seqadj() function
/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c95 !nfct_seqadj(ct) && !nfct_seqadj_ext_add(ct)) in ip_vs_update_conntrack()
/linux/net/sched/
H A Dact_ct.c1059 if (p->ct_action & TCA_CT_ACT_NAT && !nfct_seqadj(ct)) { in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c806 if (info->nat && !nfct_seqadj(ct)) { in __ovs_ct_lookup()