Searched refs:nf_ct_acct_update (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_acct.h | 71 static inline void nf_ct_acct_update(struct nf_conn *ct, u32 dir, in nf_ct_acct_update() function
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 542 nf_ct_acct_update(flow->ct, tuplehash->tuple.dir, skb->len); in nf_flow_offload_forward() 1054 nf_ct_acct_update(flow->ct, tuplehash->tuple.dir, skb->len); in nf_flow_offload_ipv6_forward()
|
| H A D | nf_conntrack_core.c | 975 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), bytes); in nf_ct_acct_merge() 2114 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), bytes); in __nf_ct_refresh_acct() 2122 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), skb->len); in nf_ct_kill_acct()
|
| /linux/net/sched/ |
| H A D | act_ct.c | 726 nf_ct_acct_update(ct, dir, skb->len); in tcf_ct_flow_table_lookup()
|