cregit-Linux how code gets into the kernel

Release 4.7 include/linux/if_tunnel.h

Directory: include/linux
#ifndef _IF_TUNNEL_H_

#define _IF_TUNNEL_H_

#include <linux/ip.h>
#include <linux/in6.h>
#include <uapi/linux/if_tunnel.h>
#include <linux/u64_stats_sync.h>

/*
 * Locking : hash tables are protected by RCU and RTNL
 */


#define for_each_ip_tunnel_rcu(pos, start) \
	for (pos = rcu_dereference(start); pos; pos = rcu_dereference(pos->next))

#endif /* _IF_TUNNEL_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
americo wangamerico wang1443.75%225.00%
pre-gitpre-git721.88%112.50%
david howellsdavid howells39.38%112.50%
herbert xuherbert xu26.25%112.50%
brian haleybrian haley26.25%112.50%
david s. millerdavid s. miller26.25%112.50%
masahide nakamuramasahide nakamura26.25%112.50%
Total32100.00%8100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}