]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/net/netfilter/nf_conntrack_count.h
net: ipv4: update fnhe_pmtu when first hop's MTU changes
[mirror_ubuntu-bionic-kernel.git] / include / net / netfilter / nf_conntrack_count.h
CommitLineData
cbe56e6b
PNA
1#ifndef _NF_CONNTRACK_COUNT_H
2#define _NF_CONNTRACK_COUNT_H
3
4unsigned int nf_conncount_lookup(struct net *net, struct hlist_head *head,
5 const struct nf_conntrack_tuple *tuple,
6 const struct nf_conntrack_zone *zone,
7 bool *addit);
8
9bool nf_conncount_add(struct hlist_head *head,
b4fe0a70
YHW
10 const struct nf_conntrack_tuple *tuple,
11 const struct nf_conntrack_zone *zone);
cbe56e6b
PNA
12
13void nf_conncount_cache_free(struct hlist_head *hhead);
14
15#endif