Searched refs:xtables_lmap (Results 1 – 4 of 4) sorted by relevance
198 struct xtables_lmap { struct201 struct xtables_lmap *next; argument543 extern struct xtables_lmap *xtables_lmap_init(const char *);544 extern void xtables_lmap_free(struct xtables_lmap *);545 extern int xtables_lmap_name2id(const struct xtables_lmap *, const char *);546 extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int);
32 static struct xtables_lmap *realms;
35 static struct xtables_lmap *devgroups;
1107 struct xtables_lmap *xtables_lmap_init(const char *file) in xtables_lmap_init()1109 struct xtables_lmap *lmap_head = NULL, *lmap_prev = NULL, *lmap_this; in xtables_lmap_init()1179 void xtables_lmap_free(struct xtables_lmap *head) in xtables_lmap_free()1181 struct xtables_lmap *next; in xtables_lmap_free()1190 int xtables_lmap_name2id(const struct xtables_lmap *head, const char *name) in xtables_lmap_name2id()1198 const char *xtables_lmap_id2name(const struct xtables_lmap *head, int id) in xtables_lmap_id2name()