Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c60 #define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg)
236 if (ch->ifcfg == NULL) { in vnet_ipfw_iface_init()
237 ch->ifcfg = ii; in vnet_ipfw_iface_init()
272 ch->ifcfg = NULL; in vnet_ipfw_iface_destroy()
H A Dip_fw_private.h314 void *ifcfg; /* interface module data */ member