cregit-Linux how code gets into the kernel

Release 4.12 include/net/stp.h

Directory: include/net
#ifndef _NET_STP_H

#define _NET_STP_H


struct stp_proto {
	
unsigned char	group_address[ETH_ALEN];
	
void		(*rcv)(const struct stp_proto *, struct sk_buff *,
			       struct net_device *);
	
void		*data;
};

int stp_proto_register(const struct stp_proto *proto);
void stp_proto_unregister(const struct stp_proto *proto);

#endif /* _NET_STP_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Patrick McHardy65100.00%1100.00%
Total65100.00%1100.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.