/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NF_INTERNALS_H #define _NF_INTERNALS_H #include <linux/list.h> #include <linux/skbuff.h> #include <linux/netdevice.h> /* nf_queue.c */ int nf_queue(struct sk_buff *skb, struct nf_hook_state *state, const struct nf_hook_entries *entries, unsigned int index, unsigned int verdict); void nf_queue_nf_hook_drop(struct net *net); /* nf_log.c */ int __init netfilter_log_init(void); /* core.c */ void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp, const struct nf_hook_ops *reg); int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp, const struct nf_hook_ops *reg); #endifOverall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Harald Welte | 41 | 41.41% | 1 | 11.11% |
| Florian Westphal | 36 | 36.36% | 2 | 22.22% |
| Aaron Conole | 7 | 7.07% | 1 | 11.11% |
| Pablo Neira Ayuso | 7 | 7.07% | 2 | 22.22% |
| Eric W. Biedermann | 5 | 5.05% | 1 | 11.11% |
| David S. Miller | 2 | 2.02% | 1 | 11.11% |
| Greg Kroah-Hartman | 1 | 1.01% | 1 | 11.11% |
| Total | 99 | 100.00% | 9 | 100.00% |