Searched refs:nf_ct_seq_adjust (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/net/netfilter/ |
D | nf_conntrack_seqadj.h | 41 int nf_ct_seq_adjust(struct sk_buff *skb, struct nf_conn *ct,
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_seqadj.c | 162 int nf_ct_seq_adjust(struct sk_buff *skb, in nf_ct_seq_adjust() function 216 EXPORT_SYMBOL_GPL(nf_ct_seq_adjust);
|
D | nf_conntrack_proto.c | 444 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/ |
D | conntrack.c | 492 !nf_ct_seq_adjust(skb, ct, ctinfo, protoff)) in ovs_ct_helper()
|