cregit-Linux how code gets into the kernel

Release 4.15 include/net/datalink.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NET_INET_DATALINK_H_

#define _NET_INET_DATALINK_H_


struct datalink_proto {
        
unsigned char   type[8];

	
struct llc_sap   *sap;

        
unsigned short  header_length;

        
int     (*rcvfunc)(struct sk_buff *, struct net_device *,
                                struct packet_type *, struct net_device *);
	
int     (*request)(struct datalink_proto *, struct sk_buff *,
                                        unsigned char *);
	
struct list_head node;
};

struct datalink_proto *make_EII_client(void);
void destroy_EII_client(struct datalink_proto *dl);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)6266.67%228.57%
Rashika Kheria1718.28%114.29%
Arnaldo Carvalho de Melo99.68%228.57%
David S. Miller44.30%114.29%
Greg Kroah-Hartman11.08%114.29%
Total93100.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.