Release 4.14 net/netfilter/nf_internals.h
/* 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);
unsigned int nf_queue_nf_hook_drop(struct net *net);
/* nf_log.c */
int __init netfilter_log_init(void);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Harald Welte | 41 | 63.08% | 1 | 12.50% |
| Pablo Neira Ayuso | 7 | 10.77% | 2 | 25.00% |
| Aaron Conole | 7 | 10.77% | 1 | 12.50% |
| Eric W. Biedermann | 5 | 7.69% | 1 | 12.50% |
| Florian Westphal | 2 | 3.08% | 1 | 12.50% |
| David S. Miller | 2 | 3.08% | 1 | 12.50% |
| Greg Kroah-Hartman | 1 | 1.54% | 1 | 12.50% |
| Total | 65 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.