Searched refs:nf_ct_seq_adjust (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/netfilter/ |
A D | nf_conntrack_seqadj.h | 41 int nf_ct_seq_adjust(struct sk_buff *skb, struct nf_conn *ct,
|
/linux/net/netfilter/ |
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);
|
A D | nf_conntrack_proto.c | 147 if (!nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in nf_confirm()
|
A D | nf_conntrack_core.c | 2192 if (!nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) { in nf_confirm_cthelper()
|
/linux/net/openvswitch/ |
A D | conntrack.c | 489 !nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) in ovs_ct_helper()
|
Completed in 26 milliseconds