--- fwsync/driver/fwsync.h 2022/08/10 00:03:49 1.7 +++ fwsync/driver/fwsync.h 2022/08/13 18:16:39 1.8 @@ -169,9 +169,9 @@ extern struct cfg_sync fws_cfg; extern struct task fws_sndpkt_task; extern struct taskqueue *fws_tq; extern struct callout fws_co; -extern struct mtx fws_mtx_c, fws_mtx_e, fws_mtx_u; +extern struct mtx fws_mtx_c, fws_mtx_e, fws_mtx_u, fws_mtx_n; extern struct mbuf *fws_sndpkt; -extern fwsync_sndpkt_t fwsync_sndpkt, fwsync_updpkt; +extern fwsync_sndpkt_t fwsync_sndpkt, fwsync_updpkt, fwsync_natpkt; int fwsync_cfg(struct ip_fw_chain *ch, ip_fw3_opheader *op3, struct sockopt_data *sd); int fwsync_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3, struct sockopt_data *sd);