softmac_datapath_switch
return (softmac_datapath_switch((softmac_t *)arg, B_TRUE, B_FALSE));
VERIFY(softmac_datapath_switch((softmac_t *)arg, B_FALSE,
return (softmac_datapath_switch(softmac, B_TRUE, B_TRUE));
return (softmac_datapath_switch(softmac, B_FALSE, B_TRUE));
extern int softmac_datapath_switch(softmac_t *, boolean_t, boolean_t);