cregit-Linux how code gets into the kernel

Release 4.15 include/net/stp.h

Directory: include/net
/* SPDX-License-Identifier: GPL-2.0 */
#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 McHardy6598.48%150.00%
Greg Kroah-Hartman11.52%150.00%
Total66100.00%2100.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.