Searched refs:nf_ct_seqadj_set (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_seqadj.c | 30 int nf_ct_seqadj_set(struct nf_conn *ct, enum ip_conntrack_info ctinfo, in nf_ct_seqadj_set() function 58 EXPORT_SYMBOL_GPL(nf_ct_seqadj_set); 70 nf_ct_seqadj_set(ct, ctinfo, th->seq, off); in nf_ct_tcp_seqadj_set()
|
H A D | nf_nat_helper.c | 118 nf_ct_seqadj_set(ct, ctinfo, tcph->seq, in __nf_nat_mangle_tcp_packet()
|
H A D | nf_nat_sip.c | 314 nf_ct_seqadj_set(ct, ctinfo, th->seq, off); in nf_nat_sip_seq_adjust()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_seqadj.h | 36 int nf_ct_seqadj_set(struct nf_conn *ct, enum ip_conntrack_info ctinfo,
|