Searched refs:fw_t (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dnet/
H A Dfw.h42 typedef struct fw_handle fw_t; typedef in typeref:struct:fw_handle
47 fw_t *fw_open(void);
48 int fw_add(fw_t *f, const struct fw_rule *rule);
49 int fw_delete(fw_t *f, const struct fw_rule *rule);
50 int fw_loop(fw_t *f, fw_handler callback, void *arg);
51 fw_t *fw_close(fw_t *f);

Completed in 3 milliseconds