Release 4.7 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 |
pre-git | pre-git | 44 | 83.02% | 3 | 50.00% |
david s. miller | david s. miller | 5 | 9.43% | 1 | 16.67% |
arnaldo carvalho de melo | arnaldo carvalho de melo | 3 | 5.66% | 1 | 16.67% |
stephen hemminger | 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.