netif_match
val = netif_match(&cur_if, machdep_hint);
return drv->netif_match(nif, machdep_hint);
int (*netif_match)(struct netif *, void *);