https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 29507404362743ca5122f9a2bc3cfed3f24ef20d authored by Jason Self on 11 June 2014, 19:12:08 UTC
Linux-libre 3.10.43-gnu
Tip revision: 2950740
psnap.h
#ifndef _NET_PSNAP_H
#define _NET_PSNAP_H

extern struct datalink_proto *
register_snap_client(const unsigned char *desc,
		     int (*rcvfunc)(struct sk_buff *, struct net_device *,
				    struct packet_type *,
				    struct net_device *orig_dev));
extern void unregister_snap_client(struct datalink_proto *proto);

#endif
back to top