Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_table.c87 struct netmsg_table *tbmsg = (struct netmsg_table *)nmsg; in table_create_dispatch() local
91 ioc_table = tbmsg->ioc_table; in table_create_dispatch()
120 struct netmsg_table *tbmsg = (struct netmsg_table *)nmsg; in table_delete_dispatch() local
125 ioc_tbl = tbmsg->ioc_table; in table_delete_dispatch()
139 struct netmsg_table *tbmsg = (struct netmsg_table *)nmsg; in table_append_dispatch() local
147 ioc_tbl = tbmsg->ioc_table; in table_append_dispatch()
193 struct netmsg_table *tbmsg = (struct netmsg_table *)nmsg; in table_remove_dispatch() local
203 ioc_tbl = tbmsg->ioc_table; in table_remove_dispatch()
236 struct netmsg_table *tbmsg = (struct netmsg_table *)nmsg; in table_flush_dispatch() local
242 ioc_tbl = tbmsg->ioc_table; in table_flush_dispatch()
[all …]