Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_iface.c61 #define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg)
237 if (ch->ifcfg == NULL) { in vnet_ipfw_iface_init()
238 ch->ifcfg = ii; in vnet_ipfw_iface_init()
273 ch->ifcfg = NULL; in vnet_ipfw_iface_destroy()
H A Dip_fw_private.h308 void *ifcfg; /* interface module data */ member