Release 4.7 include/net/p8022.h
#ifndef _NET_P8022_H
#define _NET_P8022_H
struct datalink_proto *
register_8022_client(unsigned char type,
int (*func)(struct sk_buff *skb,
struct net_device *dev,
struct packet_type *pt,
struct net_device *orig_dev));
void unregister_8022_client(struct datalink_proto *proto);
struct datalink_proto *make_8023_client(void);
void destroy_8023_client(struct datalink_proto *dl);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
arnaldo carvalho de melo | arnaldo carvalho de melo | 34 | 47.89% | 3 | 50.00% |
pre-git | pre-git | 32 | 45.07% | 2 | 33.33% |
david s. miller | david s. miller | 5 | 7.04% | 1 | 16.67% |
| Total | 71 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.