cregit-Linux how code gets into the kernel

Release 4.7 include/linux/netfilter_ipv4.h

Directory: include/linux
/* IPv4-specific defines for netfilter. 
 * (C)1998 Rusty Russell -- This code is GPL.
 */
#ifndef __LINUX_IP_NETFILTER_H

#define __LINUX_IP_NETFILTER_H

#include <uapi/linux/netfilter_ipv4.h>

int ip_route_me_harder(struct net *net, struct sk_buff *skb, unsigned addr_type);
__sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
		       unsigned int dataoff, u_int8_t protocol);
#endif /*__LINUX_IP_NETFILTER_H*/

Overall Contributors

PersonTokensPropCommitsCommitProp
patrick mchardypatrick mchardy1938.00%110.00%
linus torvaldslinus torvalds816.00%110.00%
pre-gitpre-git714.00%110.00%
eric w. biedermaneric w. biederman510.00%110.00%
simon hormansimon horman36.00%110.00%
david howellsdavid howells24.00%110.00%
david s. millerdavid s. miller24.00%110.00%
ben hutchingsben hutchings24.00%110.00%
herbert xuherbert xu12.00%110.00%
al viroal viro12.00%110.00%
Total50100.00%10100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}