cregit-Linux how code gets into the kernel

Release 4.16 include/net/psnap.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
#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
Linus Torvalds (pre-git)4481.48%342.86%
David S. Miller59.26%114.29%
Arnaldo Carvalho de Melo35.56%114.29%
Greg Kroah-Hartman11.85%114.29%
Stephen Hemminger11.85%114.29%
Total54100.00%7100.00%
Directory: include/net
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.