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.c62 #define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg)
238 if (ch->ifcfg == NULL) { in vnet_ipfw_iface_init()
239 ch->ifcfg = ii; in vnet_ipfw_iface_init()
274 ch->ifcfg = NULL; in vnet_ipfw_iface_destroy()
H A Dip_fw_private.h319 void *ifcfg; /* interface module data */ member