Release 4.16 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);
void 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 | 64.06% | 1 | 12.50% |
| Pablo Neira Ayuso | 7 | 10.94% | 2 | 25.00% |
| Aaron Conole | 7 | 10.94% | 1 | 12.50% |
| Eric W. Biedermann | 5 | 7.81% | 1 | 12.50% |
| David S. Miller | 2 | 3.12% | 1 | 12.50% |
| Florian Westphal | 1 | 1.56% | 1 | 12.50% |
| Greg Kroah-Hartman | 1 | 1.56% | 1 | 12.50% |
| Total | 64 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.