cregit-Linux how code gets into the kernel

Release 4.18 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);
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);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Harald Welte4141.41%111.11%
Florian Westphal3636.36%222.22%
Aaron Conole77.07%111.11%
Pablo Neira Ayuso77.07%222.22%
Eric W. Biedermann55.05%111.11%
David S. Miller22.02%111.11%
Greg Kroah-Hartman11.01%111.11%
Total99100.00%9100.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.