cregit-Linux how code gets into the kernel

Release 4.12 include/net/datalink.h

Directory: include/net
#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)6267.39%233.33%
Rashika Kheria1718.48%116.67%
Arnaldo Carvalho de Melo99.78%233.33%
David S. Miller44.35%116.67%
Total92100.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.
Created with cregit.