|
Linux Kernel
3.7.1
|
#include <linux/netdevice.h>#include <linux/interrupt.h>#include <linux/rcupdate.h>#include <linux/list.h>Go to the source code of this file.
Data Structures | |
| struct | netpoll |
| struct | netpoll_info |
Functions | |
| void | netpoll_send_udp (struct netpoll *np, const char *msg, int len) |
| void | netpoll_print_options (struct netpoll *np) |
| int | netpoll_parse_options (struct netpoll *np, char *opt) |
| int | __netpoll_setup (struct netpoll *np, struct net_device *ndev, gfp_t gfp) |
| int | netpoll_setup (struct netpoll *np) |
| int | netpoll_trap (void) |
| void | netpoll_set_trap (int trap) |
| void | __netpoll_cleanup (struct netpoll *np) |
| void | __netpoll_free_rcu (struct netpoll *np) |
| void | netpoll_cleanup (struct netpoll *np) |
| int | __netpoll_rx (struct sk_buff *skb, struct netpoll_info *npinfo) |
| void | netpoll_send_skb_on_dev (struct netpoll *np, struct sk_buff *skb, struct net_device *dev) |
| int __netpoll_rx | ( | struct sk_buff * | skb, |
| struct netpoll_info * | npinfo | ||
| ) |
1.8.2