psnap.h 312 B

1234567891011
  1. #ifndef _NET_PSNAP_H
  2. #define _NET_PSNAP_H
  3. struct datalink_proto *
  4. register_snap_client(const unsigned char *desc,
  5. int (*rcvfunc)(struct sk_buff *, struct net_device *,
  6. struct packet_type *,
  7. struct net_device *orig_dev));
  8. void unregister_snap_client(struct datalink_proto *proto);
  9. #endif