Release 4.12 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 | 19 | 38.00% | 1 | 11.11% |
Linus Torvalds (pre-git) | 9 | 18.00% | 1 | 11.11% |
Linus Torvalds | 8 | 16.00% | 1 | 11.11% |
Eric W. Biedermann | 5 | 10.00% | 1 | 11.11% |
Simon Horman | 3 | 6.00% | 1 | 11.11% |
David Howells | 2 | 4.00% | 1 | 11.11% |
David S. Miller | 2 | 4.00% | 1 | 11.11% |
Al Viro | 1 | 2.00% | 1 | 11.11% |
Herbert Xu | 1 | 2.00% | 1 | 11.11% |
Total | 50 | 100.00% | 9 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.