IFNAME
#define IFNAME(x) ((struct ifnet *)x)->if_xname
# define IFNAME(x) get_ifname((struct ifnet *)x)