#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include "aodv_thread.h"
#include "aodv.h"
関数 | |
int | insert_event_queue_entry (int type, struct sk_buff *packet) |
event_queue_entry * | get_next_event_queue_entry (void) |
int | cleanup_event_queue (void) |
|
event_queue.c の 200 行で定義されています。 参照先 event_queue_entry::data・get_next_event_queue_entry(). 参照元 cleanup_module(). |
|
event_queue.c の 151 行で定義されています。 参照先 lock_event()・event_queue_entry::next・event_queue_entry::prev・unlock_event(). |
|