Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_seqadj.h41 int nf_ct_seq_adjust(struct sk_buff *skb, struct nf_conn *ct,
/linux-6.1.9/net/netfilter/
Dnf_conntrack_seqadj.c164 int nf_ct_seq_adjust(struct sk_buff *skb, in nf_ct_seq_adjust() function
218 EXPORT_SYMBOL_GPL(nf_ct_seq_adjust);
Dnf_conntrack_proto.c147 if (!nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in nf_confirm()
Dnf_conntrack_core.c2302 if (!nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in nf_confirm_cthelper()
/linux-6.1.9/net/openvswitch/
Dconntrack.c491 !nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) in ovs_ct_helper()