Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_seqadj.h41 int nf_ct_seq_adjust(struct sk_buff *skb, struct nf_conn *ct,
/Linux-v4.19/net/netfilter/
Dnf_conntrack_seqadj.c162 int nf_ct_seq_adjust(struct sk_buff *skb, in nf_ct_seq_adjust() function
216 EXPORT_SYMBOL_GPL(nf_ct_seq_adjust);
Dnf_conntrack_proto.c444 if (!nf_ct_seq_adjust(skb, ct, ctinfo, ip_hdrlen(skb))) { in ipv4_confirm()
679 if (!nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in ipv6_confirm()
/Linux-v4.19/net/openvswitch/
Dconntrack.c492 !nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) in ovs_ct_helper()