|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/skbuff.h>#include <linux/slab.h>#include <net/sock.h>#include <linux/if_arp.h>#include <net/x25.h>#include <net/x25device.h>Go to the source code of this file.
Functions | |
| int | x25_lapb_receive_frame (struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) |
| void | x25_establish_link (struct x25_neigh *nb) |
| void | x25_terminate_link (struct x25_neigh *nb) |
| void | x25_send_frame (struct sk_buff *skb, struct x25_neigh *nb) |
| int x25_lapb_receive_frame | ( | struct sk_buff * | skb, |
| struct net_device * | dev, | ||
| struct packet_type * | ptype, | ||
| struct net_device * | orig_dev | ||
| ) |
1.8.2