cregit-Linux how code gets into the kernel

Release 4.14 net/netfilter/nf_internals.h

Directory: net/netfilter
/* 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

PersonTokensPropCommitsCommitProp
Harald Welte4163.08%112.50%
Pablo Neira Ayuso710.77%225.00%
Aaron Conole710.77%112.50%
Eric W. Biedermann57.69%112.50%
Florian Westphal23.08%112.50%
David S. Miller23.08%112.50%
Greg Kroah-Hartman11.54%112.50%
Total65100.00%8100.00%
Directory: net/netfilter
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.