cregit-Linux how code gets into the kernel

Release 4.15 include/net/p8022.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
#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

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo3447.22%342.86%
Linus Torvalds (pre-git)3244.44%228.57%
David S. Miller56.94%114.29%
Greg Kroah-Hartman11.39%114.29%
Total72100.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.