Release 4.11 include/net/psnap.h
#ifndef _NET_PSNAP_H
#define _NET_PSNAP_H
struct datalink_proto *
register_snap_client(const unsigned char *desc,
int (*rcvfunc)(struct sk_buff *, struct net_device *,
struct packet_type *,
struct net_device *orig_dev));
void unregister_snap_client(struct datalink_proto *proto);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Linus Torvalds (pre-git) | 44 | 83.02% | 3 | 50.00% |
| David S. Miller | 5 | 9.43% | 1 | 16.67% |
| Arnaldo Carvalho de Melo | 3 | 5.66% | 1 | 16.67% |
| Stephen Hemminger | 1 | 1.89% | 1 | 16.67% |
| Total | 53 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.