af_other_status
.af_other_status = bridge_status,
.af_other_status = carp_status,
af_other_status(s);
else if (afp->af_other_status != NULL)
afp->af_other_status(s);
if (afp->af_other_status == NULL)
afp->af_other_status(s);
static void af_other_status(int);
void (*af_other_status)(int);
.af_other_status = getifgroups,
.af_other_status = ieee80211_status,
.af_other_status = lagg_status,
.af_other_status = media_status,
.af_other_status = vlan_status,
.af_other_status = wg_status,