Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_acct.h71 static inline void nf_ct_acct_update(struct nf_conn *ct, u32 dir, in nf_ct_acct_update() function
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_ip.c296 nf_ct_acct_update(flow->ct, tuplehash->tuple.dir, skb->len); in nf_flow_offload_ip_hook()
537 nf_ct_acct_update(flow->ct, tuplehash->tuple.dir, skb->len); in nf_flow_offload_ipv6_hook()
H A Dnf_conntrack_core.c898 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), bytes); in nf_ct_acct_merge()
1904 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), skb->len); in __nf_ct_refresh_acct()
1912 nf_ct_acct_update(ct, CTINFO2DIR(ctinfo), skb->len); in nf_ct_kill_acct()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c549 nf_ct_acct_update(ct, dir, skb->len); in tcf_ct_flow_table_lookup()