Release 4.7 include/linux/netfilter_ipv4.h
/* 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
| Person | Tokens | Prop | Commits | CommitProp |
patrick mchardy | patrick mchardy | 19 | 38.00% | 1 | 10.00% |
linus torvalds | linus torvalds | 8 | 16.00% | 1 | 10.00% |
pre-git | pre-git | 7 | 14.00% | 1 | 10.00% |
eric w. biederman | eric w. biederman | 5 | 10.00% | 1 | 10.00% |
simon horman | simon horman | 3 | 6.00% | 1 | 10.00% |
david howells | david howells | 2 | 4.00% | 1 | 10.00% |
david s. miller | david s. miller | 2 | 4.00% | 1 | 10.00% |
ben hutchings | ben hutchings | 2 | 4.00% | 1 | 10.00% |
herbert xu | herbert xu | 1 | 2.00% | 1 | 10.00% |
al viro | al viro | 1 | 2.00% | 1 | 10.00% |
| Total | 50 | 100.00% | 10 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.