Home
last modified time | relevance | path

Searched refs:table_mac_entry (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/ipfw3_layer2/
HDip_fw3_layer2.c116 struct table_mac_entry *ent = NULL; in check_mac_from_lookup()
128 ent = (struct table_mac_entry *)rnh->rnh_lookup(&sa, NULL, rnh); in check_mac_from_lookup()
159 struct table_mac_entry *ent = NULL; in check_mac_to_lookup()
171 ent = (struct table_mac_entry *)rnh->rnh_lookup(&sa, NULL, rnh); in check_mac_to_lookup()
/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_table.c172 struct table_mac_entry *ent; in table_append_dispatch()
175 ent = kmalloc(sizeof(struct table_mac_entry), in table_append_dispatch()
355 struct table_mac_entry *ent = (struct table_mac_entry *)rn; in dump_table_mac_entry()
HDip_fw3_table.h76 struct table_mac_entry { struct