Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/netfilter/
Dnf_conntrack_acct.h71 static inline void nf_ct_acct_update(struct nf_conn *ct, u32 dir, in nf_ct_acct_update() function
/linux-6.6.21/net/netfilter/
Dnf_flow_table_ip.c403 nf_ct_acct_update(flow->ct, tuplehash->tuple.dir, skb->len); in nf_flow_offload_forward()
681 nf_ct_acct_update(flow->ct, tuplehash->tuple.dir, skb->len); in nf_flow_offload_ipv6_forward()
Dnf_conntrack_core.c975 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), bytes); in nf_ct_acct_merge()
2082 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), skb->len); in __nf_ct_refresh_acct()
2090 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), skb->len); in nf_ct_kill_acct()
/linux-6.6.21/net/sched/
Dact_ct.c718 nf_ct_acct_update(ct, dir, skb->len); in tcf_ct_flow_table_lookup()