Release 4.10 include/linux/netfilter/nf_conntrack_common.h
#ifndef _NF_CONNTRACK_COMMON_H
#define _NF_CONNTRACK_COMMON_H
#include <uapi/linux/netfilter/nf_conntrack_common.h>
struct ip_conntrack_stat {
unsigned int found;
unsigned int invalid;
unsigned int ignore;
unsigned int insert;
unsigned int insert_failed;
unsigned int drop;
unsigned int early_drop;
unsigned int error;
unsigned int expect_new;
unsigned int expect_create;
unsigned int expect_delete;
unsigned int search_restart;
};
/* call to create an explicit dependency on nf_conntrack. */
void need_conntrack(void);
#endif /* _NF_CONNTRACK_COMMON_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
yasuyuki kozakai | yasuyuki kozakai | 58 | 80.56% | 1 | 25.00% |
harald welte | harald welte | 7 | 9.72% | 1 | 25.00% |
jesper dangaard brouer | jesper dangaard brouer | 4 | 5.56% | 1 | 25.00% |
david howells | david howells | 3 | 4.17% | 1 | 25.00% |
| Total | 72 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.