cregit-Linux how code gets into the kernel

Release 4.7 include/net/psnap.h

Directory: include/net
#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

PersonTokensPropCommitsCommitProp
pre-gitpre-git4483.02%350.00%
david s. millerdavid s. miller59.43%116.67%
arnaldo carvalho de meloarnaldo carvalho de melo35.66%116.67%
stephen hemmingerstephen hemminger11.89%116.67%
Total53100.00%6100.00%
Directory: include/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}