Searched refs:nf_ct_seq_adjust (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_seqadj.h | 41 int nf_ct_seq_adjust(struct sk_buff *skb, struct nf_conn *ct,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_seqadj.c | 164 int nf_ct_seq_adjust(struct sk_buff *skb, in nf_ct_seq_adjust() function 218 EXPORT_SYMBOL_GPL(nf_ct_seq_adjust);
|
H A D | nf_conntrack_ovs.c | 72 !nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) in nf_ct_helper()
|
H A D | nf_conntrack_proto.c | 193 !nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in nf_confirm()
|
H A D | nf_conntrack_core.c | 2286 if (!nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in nf_confirm_cthelper()
|