Release 4.7 include/linux/if_tunnel.h
#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
| Person | Tokens | Prop | Commits | CommitProp |
americo wang | americo wang | 14 | 43.75% | 2 | 25.00% |
pre-git | pre-git | 7 | 21.88% | 1 | 12.50% |
david howells | david howells | 3 | 9.38% | 1 | 12.50% |
herbert xu | herbert xu | 2 | 6.25% | 1 | 12.50% |
brian haley | brian haley | 2 | 6.25% | 1 | 12.50% |
david s. miller | david s. miller | 2 | 6.25% | 1 | 12.50% |
masahide nakamura | masahide nakamura | 2 | 6.25% | 1 | 12.50% |
| Total | 32 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.