cregit-Linux how code gets into the kernel

Release 4.7 include/net/rawv6.h

Directory: include/net
#ifndef _NET_RAWV6_H

#define _NET_RAWV6_H

#include <net/protocol.h>

void raw6_icmp_error(struct sk_buff *, int nexthdr,
		u8 type, u8 code, int inner_offset, __be32);
bool raw6_local_deliver(struct sk_buff *, int);

int rawv6_rcv(struct sock *sk, struct sk_buff *skb);

#if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
int rawv6_mh_filter_register(int (*filter)(struct sock *sock,
					   struct sk_buff *skb));
int rawv6_mh_filter_unregister(int (*filter)(struct sock *sock,
					     struct sk_buff *skb));
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
masahide nakamuramasahide nakamura5851.79%111.11%
pre-gitpre-git3733.04%444.44%
pavel emelianovpavel emelianov1210.71%111.11%
andrew mcdonaldandrew mcdonald21.79%111.11%
brian haleybrian haley21.79%111.11%
eric dumazeteric dumazet10.89%111.11%
Total112100.00%9100.00%
Directory: include/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}